From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Capture and clock options Date: Thu, 12 Aug 2010 21:21:38 -0400 Message-ID: <87y6cb8fz1.fsf@gollum.intra.norang.ca> References: <1281628877.5279.18.camel@localhost> <8739uj9uul.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34562 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ojixu-0000mt-1C for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 21:21:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ojixs-0007IS-51 for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 21:21:45 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:64296) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ojixs-0007IM-02 for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 21:21:44 -0400 In-Reply-To: <8739uj9uul.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Thu, 12 Aug 2010 21:14:58 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Guerry Cc: Org Mode 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 writes: > julien cubizolles 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 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