Change: Use outline-back-to-heading instead of org-back-to-heading
Slightly faster, I think.
This commit is contained in:
parent
9dc1fca034
commit
5dd90e07e0
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ NONE-PREDS."
|
||||||
(habit #'org-agenda-ng--habit-p)
|
(habit #'org-agenda-ng--habit-p)
|
||||||
(priority #'org-agenda-ng--priority-p)
|
(priority #'org-agenda-ng--priority-p)
|
||||||
(todo #'org-agenda-ng--todo-p)
|
(todo #'org-agenda-ng--todo-p)
|
||||||
(tags #'org-agenda-ng--tags-p))
|
(tags #'org-agenda-ng--tags-p)
|
||||||
|
(org-back-to-heading #'outline-back-to-heading))
|
||||||
(org-with-wide-buffer
|
(org-with-wide-buffer
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(when (org-before-first-heading-p)
|
(when (org-before-first-heading-p)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue