fix: use org-capture-projects-file
This commit is contained in:
parent
b5a279311c
commit
90096239af
1 changed files with 3 additions and 3 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue