org-context-choice
org-context-choice is a variable defined in `
org.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Contexts for the reveal options.
Value:
(choice
(const :tag "Always" t)
(const :tag "Never" nil)
(repeat :greedy t :tag "Individual contexts"
(cons
(choice :tag "Context"
(const agenda)
(const org-goto)
(const occur-tree)
(const tags-tree)
(const link-search)
(const mark-goto)
(const bookmark-jump)
(const isearch)
(const default))
(boolean))))