Improve a docstring
* lisp/org.el (org-complete-tags-always-offer-all-agenda-tags): Improve docstring. Reported-by: No Wayman <iarchivedmywholelife@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2018-10/msg00027.html>
This commit is contained in:
parent
d3e286257b
commit
77aadd569c
|
@ -3492,9 +3492,9 @@ on a per-file basis, insert anywhere in the file:
|
||||||
|
|
||||||
(defcustom org-complete-tags-always-offer-all-agenda-tags nil
|
(defcustom org-complete-tags-always-offer-all-agenda-tags nil
|
||||||
"If non-nil, always offer completion for all tags of all agenda files.
|
"If non-nil, always offer completion for all tags of all agenda files.
|
||||||
Instead of customizing this variable directly, you might want to
|
|
||||||
set it locally for capture buffers, because there no list of
|
Setting this variable locally allows for dynamic generation of tag
|
||||||
tags in that file can be created dynamically (there are none).
|
completions in capture buffers.
|
||||||
|
|
||||||
(add-hook \\='org-capture-mode-hook
|
(add-hook \\='org-capture-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|
Loading…
Reference in New Issue