[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: Capture and clock options
From: |
Bernt Hansen |
Subject: |
[Orgmode] Re: Capture and clock options |
Date: |
Thu, 12 Aug 2010 21:14:58 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hi Julien,
julien cubizolles <address@hidden> writes:
> I'm in the process of converting my old remember templates but I can't
> figure how to use the clock parameters.
>
> I'm using the following template :
>
> ("T" "test" entry (file+headline "~/org/orgfiles/test.org" "Test")
> "* %?" :clock-in t :clock-resume t)
>
> There is no clock information in the modeline of the capture buffer,
> no :CLOCK: property appears when the note is captured, and the former
> clock is not resumed. However the task appears in the list provided by
> What am I doing wrong ?
This is a bug in the current master branch of org-mode. I'll identify
the commit that breaks it shortly and post that information as a
followup to this message.
>
> Also I noticed in Bernt Hansen examples (which I shamelessly copied, as
> I had with the former remember templates) that he adds
> ":CLOCK:
> :END:
> "
> to his todo template but not to his notes templates, while both are
> "clocked-in" and "clock-resumed". What is the difference between the two
> setups ?
The only reason I have :CLOCK: ... :END: in my 'N' notes entry is to
keep the clock table from aligning way over on the right with the :NOTE:
tag. The other templates don't have tags assigned so clocking in puts
the clock drawer at a reasonable spot when creating the task.
I haven't actually tested if this is required by org-capture mode
but it was for remember mode. My current capture templates were
converted from my remember templates.
-Bernt