emacs-orgmode
[Top][All Lists]
Advanced

[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:21:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Julien:

You can check out commit a7a842^ ($ git checkout a7a842^) and M-x
org-reload and it should work properly.  A fix will need to be created
for the master branch before this works on the tip of master again.

Bernt Hansen <address@hidden> writes:

> 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.

a7a842457dd927df9eabc756c4c573720a3a7aa9 is the first bad commit
commit a7a842457dd927df9eabc756c4c573720a3a7aa9
Author: Bastien Guerry <address@hidden>
Date:   Wed Aug 11 16:10:14 2010 +0200

    Rebind org-agenda-clock-goto to `J' in the agenda.
    
    * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
    `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the heading
    currently clocked in is not listed in the agenda, display this entry
    in another buffer.  If there is no running clock, display a help
    message.
    
    * org-clock.el (org-clock-set-current): append the filename after the
    heading.

:040000 040000 8c131e4aa0e207521aa9017c6ed67a29e931fd1b 
1e151641c5833aa11d08099a4752db9500ba9978 M      lisp

-Bernt



reply via email to

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