Variable: org-capture-bookmark

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

This variable is obsolete since 9.7; use org-bookmark-names-plist instead.

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 ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(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)