Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-02-16 22:29:42 +01:00
commit 3128edcbf8
1 changed files with 3 additions and 1 deletions

View File

@ -13982,7 +13982,9 @@ If ONOFF is `on' or `off', don't toggle but set to this state."
(if (or (org-at-heading-p) (and arg (org-before-first-heading-p))) (if (or (org-at-heading-p) (and arg (org-before-first-heading-p)))
(org-set-tags arg just-align) (org-set-tags arg just-align)
(save-excursion (save-excursion
(org-back-to-heading t) (unless (and (org-region-active-p)
org-loop-over-headlines-in-active-region)
(org-back-to-heading t))
(org-set-tags arg just-align)))) (org-set-tags arg just-align))))
(defun org-set-tags-to (data) (defun org-set-tags-to (data)