* possible bug : multiple datetree files
@ 2012-08-17 12:45 Richard Riley
2012-08-19 6:31 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Richard Riley @ 2012-08-17 12:45 UTC (permalink / raw)
To: emacs-orgmode
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
?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: possible bug : multiple datetree files
2012-08-17 12:45 possible bug : multiple datetree files Richard Riley
@ 2012-08-19 6:31 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-08-19 6:31 UTC (permalink / raw)
To: emacs-orgmode
Hi Richard,
Richard Riley <rileyrg@gmail.com> writes:
> 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
> ?
I tested your capture templates and I have no problem.
Perhaps just some overlooked key definition taking over?
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-19 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 12:45 possible bug : multiple datetree files Richard Riley
2012-08-19 6:31 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.