I added a new datetree org file template in addition to my original journal.org :-
in org-capture-templates ,---- | ("j" "journal" entry (file+datetree "journal.org") | "* %?\n\t:PROPERTIES:\n\t:DateCreated: %T\n\t:Link: %a\n\t:END:\n") | ("c" "barwebs changelog" entry (file+datetree "changelog.org") | "* %?\n\t:PROPERTIES:\n\t:DateCreated: %T\n\t:Link: %a\n\t:END:\n") `---- When I invoke my barwebs changelog capture and commit it the status says changelog.org is updated. Its not. journal.org is updated with the new capture. Is this a bug in my definition perhaps ?