Merge branch 'bugfix'
This commit is contained in:
commit
da9ac6da1d
|
@ -9457,7 +9457,7 @@ When called through ELisp, arg is also interpreted in the following way:
|
|||
(unless (org-invisible-p (line-beginning-position))
|
||||
(org-fold-region (line-beginning-position)
|
||||
(line-end-position)
|
||||
nil)))
|
||||
nil 'outline)))
|
||||
(cond ((and org-state (equal this org-state))
|
||||
(message "TODO state was already %s" (org-trim next)))
|
||||
((not (pos-visible-in-window-p hl-pos))
|
||||
|
|
Loading…
Reference in New Issue