mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Missing quote breaks entire emacs config
This commit is contained in:
parent
7f9da9ff2e
commit
837c6bdeda
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue