Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2017-06-22 21:33:24 -04:00
commit 3741196060
1 changed files with 1 additions and 1 deletions

View File

@ -12527,7 +12527,7 @@ When called through ELisp, arg is also interpreted in the following way:
(replace-match next t t)
(cond ((equal this org-state)
(message "TODO state was already %s" (org-trim next)))
((pos-visible-in-window-p hl-pos)
((not (pos-visible-in-window-p hl-pos))
(message "TODO state changed to %s" (org-trim next))))
(unless head
(setq head (org-get-todo-sequence-head org-state)