lang/org: fix 'project changelog' org-capture target

Was opening 'notes.org' rather than 'changelog.org'
This commit is contained in:
Henrik Lissner 2019-10-29 12:18:19 -04:00
parent fb03dd8df3
commit 89e617622d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -259,7 +259,7 @@ I like:
(file+headline +org-capture-project-notes-file "Inbox")
"* TODO %?\n%i\n%a" :prepend t :kill-buffer t)
("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)))
(defadvice! +org--capture-expand-variable-file-a (file)