lang/org: fix 'project changelog' org-capture target
Was opening 'notes.org' rather than 'changelog.org'
This commit is contained in:
parent
fb03dd8df3
commit
89e617622d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue