Variable: org-file-buffer-created

org-file-buffer-created is a buffer-local variable defined in org-macs.el.gz.

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 /usr/src/emacs/lisp/org/org-macs.el.gz
(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'.")