From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: capture-clock-out nil! Date: Fri, 02 Jul 2010 11:38:40 +0200 Message-ID: <83y6du440v.fsf@yahoo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57924 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUchp-0004K7-4F for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 05:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUchn-0001ld-Tz for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 05:38:44 -0400 Received: from slim-2a.inet.it ([213.92.5.122]:36171) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUchn-0001lD-KA for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 05:38:43 -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: emacs-orgmode@gnu.org Hello everybody, I'm migrating from remember to capture. The template conversion went smoothly. Thanks. Great work! But. I have this capture-template: (setq org-capture-templates '( ("s" "Task" entry (file+headline "c:/Documents and Settings/My-user/Documenti/aaa.txt" "lab-book") "*** %^{prompt} :PROPERTIES: :ID: lab :Type:%^{prompt|expected|unexpected} :People:%^{prompt} :Location:%^{prompt} :Connection: %^{prompt} :Comment: %? :END: " :clock-in t) )) And I'd like that, when I exit the template, the clock does not clck-out. With remember we had the variable: (setq org-remember-clock-out-on-exit nil) with capture? How can I leave the clock going, after I have filed my template? cheers, Giovanni GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1 Org-version: org-latest.zip; 6.36trans, last commit: author Carsten Dominik Fri, 2 Jul 2010 07:18:10 +0000 (09:18 +0200) committer Carsten Dominik Fri, 2 Jul 2010 07:20:15 +0000 (09:20 +0200) commit f693238dfe6472b650ad59d0044f2c2a00c9f08d tree e0c36d60457ee19be70293d42b384f9f175c266d parent d0fa60826778615231c97b9a235dbcb8265661b0 Fix naming and docstring issues in `org-iswitchb'