Variable: org-capture-bookmark

org-capture-bookmark is a customizable variable defined in org-capture.el.gz.

Value

t

Documentation

When non-nil, add bookmark pointing at the last stored position when capturing.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
(defcustom org-capture-bookmark t
  "When non-nil, add bookmark pointing at the last stored position when capturing."
  :group 'org-capture
  :version "24.3"
  :type 'boolean)