mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Deleted/fixed some todos on magit-todos
This commit is contained in:
parent
40c1b61089
commit
08533eed08
6 changed files with 7 additions and 19 deletions
|
@ -556,8 +556,6 @@ same directory as the org-buffer and insert a link to this file."
|
|||
(save-buffer)
|
||||
)
|
||||
|
||||
;; TODO make function to edit title or date post post creation
|
||||
|
||||
(map! :leader
|
||||
:prefix ("N")
|
||||
|
||||
|
@ -707,9 +705,6 @@ 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.
|
||||
|
||||
TODO entries marked as done are ignored, meaning the this
|
||||
function returns nil if current buffer contains only completed
|
||||
tasks."
|
||||
(org-element-map ; (2)
|
||||
(org-element-parse-buffer 'headline) ; (1)
|
||||
'headline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue