emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-capture: Formatting of entries


From: David Maus
Subject: Re: [Orgmode] org-capture: Formatting of entries
Date: Wed, 30 Jun 2010 07:24:35 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Puneeth wrote:
>Hi

>On Wed, Jun 30, 2010 at 5:08 AM, Markus Heller <address@hidden> wrote:
>Just adding a space before the :PROPERTIES: drawer will work, right?
>> (setq org-capture-templates
>>      '(("t" "Task" entry (file "h:/org/refile.org")
>>         "* TODO %^{Todo} \n:PROPERTIES:\n:Created: %U\n:END:\n\n%?"
>>         :clock-in :clock-resume)))


>(setq org-capture-templates
>     '(("t" "Task" entry (file "h:/org/refile.org")
>        "* TODO %^{Todo} \n :PROPERTIES:\n :Created: %U\n :END:\n\n%?"
>        :clock-in :clock-resume)))
         ^^^^^^^^^^^^^^^^^^^^^^^

An there's an error in the template.  It should read

 :clock-in t :clock-resume t

HTH
 -- David
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpX5S8aQGsy8.pgp
Description: PGP signature


reply via email to

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