mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: fix 'project changelog' org-capture target
Was opening 'notes.org' rather than 'changelog.org'
This commit is contained in:
@ -259,7 +259,7 @@ I like:
|
|||||||
(file+headline +org-capture-project-notes-file "Inbox")
|
(file+headline +org-capture-project-notes-file "Inbox")
|
||||||
"* TODO %?\n%i\n%a" :prepend t :kill-buffer t)
|
"* TODO %?\n%i\n%a" :prepend t :kill-buffer t)
|
||||||
("pc" "Project changelog" entry ; {project-root}/changelog.org
|
("pc" "Project changelog" entry ; {project-root}/changelog.org
|
||||||
(file+headline +org-capture-project-notes-file "Unreleased")
|
(file+headline +org-capture-project-changelog-file "Unreleased")
|
||||||
"* TODO %?\n%i\n%a" :prepend t :kill-buffer t)))
|
"* TODO %?\n%i\n%a" :prepend t :kill-buffer t)))
|
||||||
|
|
||||||
(defadvice! +org--capture-expand-variable-file-a (file)
|
(defadvice! +org--capture-expand-variable-file-a (file)
|
||||||
|
Reference in New Issue
Block a user