emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] datetree+file broken?


From: Daniel E . Doherty
Subject: [Orgmode] datetree+file broken?
Date: Mon, 03 Jan 2011 16:55:05 -0600
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1.50 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]