mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix: use org-capture-projects-file
This commit is contained in:
@ -148,16 +148,16 @@ project."
|
|||||||
(defun +org-capture-central-project-todo-file ()
|
(defun +org-capture-central-project-todo-file ()
|
||||||
"TODO"
|
"TODO"
|
||||||
(+org--capture-central-file
|
(+org--capture-central-file
|
||||||
+org-capture-todo-file (projectile-project-name)))
|
+org-capture-projects-file (projectile-project-name)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-capture-central-project-notes-file ()
|
(defun +org-capture-central-project-notes-file ()
|
||||||
"TODO"
|
"TODO"
|
||||||
(+org--capture-central-file
|
(+org--capture-central-file
|
||||||
+org-capture-notes-file (projectile-project-name)))
|
+org-capture-projects-file (projectile-project-name)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-capture-central-project-changelog-file ()
|
(defun +org-capture-central-project-changelog-file ()
|
||||||
"TODO"
|
"TODO"
|
||||||
(+org--capture-central-file
|
(+org--capture-central-file
|
||||||
+org-capture-changelog-file (projectile-project-name)))
|
+org-capture-projects-file (projectile-project-name)))
|
||||||
|
Reference in New Issue
Block a user