From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederic Couchet Subject: [Bug] [Version 7.5] org-capture : the clock doesn't resume on the original clocking task Date: Sat, 02 Apr 2011 15:41:34 +0200 Message-ID: <871v1ku5wx.fsf@april.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q615U-0005Lb-Rs for emacs-orgmode@gnu.org; Sat, 02 Apr 2011 09:42:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q615T-00076e-VQ for emacs-orgmode@gnu.org; Sat, 02 Apr 2011 09:42:00 -0400 Received: from lo.gmane.org ([80.91.229.12]:42720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q615T-00076R-Pr for emacs-orgmode@gnu.org; Sat, 02 Apr 2011 09:41:59 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q615R-00042F-4e for emacs-orgmode@gnu.org; Sat, 02 Apr 2011 15:41:57 +0200 Received: from aaubervilliers-152-1-14-29.w82-121.abo.wanadoo.fr ([82.121.76.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Apr 2011 15:41:57 +0200 Received: from fcouchet by aaubervilliers-152-1-14-29.w82-121.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Apr 2011 15:41:57 +0200 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, I use ":clock-in t" and ":clock-resume t" in some org-capture templates. Under org-mode 7.5, after the captured task is filed with C-c C-c the clock doesn't resume on the original clocking task. If I use the git version of org-capture, the clock resumes on the original clocking task. Here is the template : (custom-set-variables '(org-capture-templates (quote (("t" "Todo" entry (file+headline "timesheet.org" "Next Actions") "* TODO %^{Brief Description} :REFILE: %^{Effort}p %? Added: %U" :clock-in t :clock-resume t))) ... Fred.