Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-12-11 23:21:07 +01:00
commit 2390b6302d

View file

@ -435,7 +435,7 @@ Archiving time is retained in the ARCHIVE_TIME node property."
(looking-at org-outline-regexp) (looking-at org-outline-regexp)
(setq leader (match-string 0) (setq leader (match-string 0)
level (funcall outline-level)) level (funcall outline-level))
(setq pos (point)) (setq pos (point-marker))
(condition-case nil (condition-case nil
(outline-up-heading 1 t) (outline-up-heading 1 t)
(error (setq e (point-max)) (goto-char (point-min)))) (error (setq e (point-max)) (goto-char (point-min))))