From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-capture-template :clock-in property not working Date: Tue, 13 Dec 2016 14:09:34 +0100 Message-ID: <87k2b47z75.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGmpr-0002aq-I5 for emacs-orgmode@gnu.org; Tue, 13 Dec 2016 08:09:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGmpo-0006GG-6F for emacs-orgmode@gnu.org; Tue, 13 Dec 2016 08:09:35 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:60415) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGmpn-0006Fb-Vi for emacs-orgmode@gnu.org; Tue, 13 Dec 2016 08:09:32 -0500 In-Reply-To: (Mark Wood's message of "Mon, 12 Dec 2016 21:57:31 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Mark Wood Cc: emacs-orgmode@gnu.org Hello, Mark Wood writes: > After recently upgrading to 20161118, I notice that the clock-in property > in my org-capture-templates is no longer functioning. It appears to > successfully clock me out of my current task, but that's it. > > My capture template is: > > (setq org-capture-templates > '(("t" "Todo" entry (file "/org/refile.org") > "* TODO %?\n%U\n" :clock-in t :clock-resume t))) FWIW I cannot reproduce it, i.e., clock is properly started. Regards, -- Nicolas Goaziou