Variable: org-file-buffer-created
org-file-buffer-created is a buffer-local variable defined in
org-macs.el.
Documentation
Non-nil when current buffer is created from org-with-file-buffer.
The value is FILE argument passed to org-with-file-buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
(defvar-local org-file-buffer-created nil
"Non-nil when current buffer is created from `org-with-file-buffer'.
The value is FILE argument passed to `org-with-file-buffer'.")