Missing quote breaks entire emacs config

This commit is contained in:
Emmet 2024-02-03 18:37:20 -06:00
parent 7f9da9ff2e
commit 837c6bdeda
2 changed files with 2 additions and 2 deletions

View file

@ -703,7 +703,7 @@ same directory as the org-buffer and insert a link to this file."
)
(defun org-current-buffer-has-todos ()
"Return non-nil if current buffer has any todo entry.
"Return non-nil if current buffer has any todo entry."
(org-element-map ; (2)
(org-element-parse-buffer 'headline) ; (1)

View file

@ -834,7 +834,7 @@ exit
)
(defun org-current-buffer-has-todos ()
"Return non-nil if current buffer has any todo entry.
"Return non-nil if current buffer has any todo entry."
(org-element-map ; (2)
(org-element-parse-buffer 'headline) ; (1)