Hi Petro,
Petro writes:
> (setq org-capture-templates
> '(("t" "Todo" entry (file+headline "~/org/tasks.org" "Tasks")
> "* TODO %?\n %i\n %a")
> ("n" "Note" entry (file+datetree "~/org/notes.org")
> "* %?\nEntered on %U\n %i\n %a")
> ("a" "article
Hi list,
I am developing a template, which will enable me to group notes about
one article together. It is my first attempt of elisp programming and I
have some difficulties.
In the first version my plan if to bind notes to a file name. (Later when
I make it working I plan to combine it with ebib