All,

I have the following templates defined for org-capture:

,----
| (setq org-capture-templates
|       '(("t" "Todo Item" entry
|          (file+headline  org-default-notes-file "Tasks")
|          "* TODO %? %^G\n  %a")
|         ("p" "Phone Call Log" entry
|          (file+headline org-default-notes-file "Phone calls")
|          "* %U Phone call with %:name %^G\n\n  %?")
|         ("i" "Invoice" entry
|          (file+headline org-default-notes-file "Invoices")
|          "* %^T  %^G\n  %?")
|         ("j" "Journal Entry" entry
|          (file+datetree (concat org-directory "Journal.org"))
|          "* Entered on %U\n %i%?\n%a")))
`----

But when I hit 'j' at the capture dispatch and make an entry, it goes
into my defult notes file, Notes.org, rathern than Journal.org, like it
should.

Does anyone else get this?
-- 


====================================================
Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913,338.7164 (FAX)

Up the airy mountain,
Down the rushy glen,
We daren't go a-hunting,
For fear of little men.
          --- William Allingham (Donegal, Ireland)

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to