summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2019-01-05 11:41:57 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2019-01-05 11:41:57 +0100
commit99f0c5341886b36262ebbb3ffd66e74fae3eb110 (patch)
tree0177e879bcbc5007d10c5685b6f1ba191b7b3f3f
parentb334a59902bc74fa4cf5ece1ac3ddf3ea3e0671e (diff)
parente8ad394c74ae612e6283747b20fdeaaf0e20aee2 (diff)
downloadorg-mode-99f0c5341886b36262ebbb3ffd66e74fae3eb110.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2273a69..970542e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -959,7 +959,8 @@ matching headlines within the active region. Such string must be
a tags/property/todo match as it is used in the agenda tags view.
The list of commands is: `org-schedule', `org-deadline',
-`org-todo', `org-archive-subtree', `org-archive-set-tag' and
+`org-todo', `org-set-tags-command', `org-archive-subtree',
+`org-archive-set-tag', `org-toggle-archive-tag' and
`org-archive-to-archive-sibling'. The archiving commands skip
already archived entries."
:type '(choice (const :tag "Don't loop" nil)