Deleted/fixed some todos on magit-todos
This commit is contained in:
@@ -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
|
||||
|
@@ -63,7 +63,7 @@ in
|
||||
requests
|
||||
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
||||
pysocks
|
||||
#pymupdf TODO pymupdf fails to build
|
||||
pymupdf
|
||||
markdown
|
||||
]))
|
||||
];
|
||||
|
@@ -677,8 +677,6 @@ exit
|
||||
(save-buffer)
|
||||
)
|
||||
|
||||
;; TODO make function to edit title or date post post creation
|
||||
|
||||
(map! :leader
|
||||
:prefix ("N")
|
||||
|
||||
@@ -838,9 +836,6 @@ exit
|
||||
(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
|
||||
@@ -2047,7 +2042,7 @@ in
|
||||
requests
|
||||
pyqt6 sip qtpy qt6.qtwebengine epc lxml pyqt6-webengine
|
||||
pysocks
|
||||
#pymupdf TODO pymupdf fails to build
|
||||
pymupdf
|
||||
markdown
|
||||
]))
|
||||
];
|
||||
|
Reference in New Issue
Block a user