From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Wood Subject: org-capture-template :clock-in property not working Date: Mon, 12 Dec 2016 21:57:31 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114400fe5e1e0205437d3132 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGYcm-0007je-6o for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 16:59:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGYcj-0005pF-9L for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 16:59:08 -0500 Received: from mail-vk0-f47.google.com ([209.85.213.47]:36389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cGYcj-0005nS-4O for emacs-orgmode@gnu.org; Mon, 12 Dec 2016 16:59:05 -0500 Received: by mail-vk0-f47.google.com with SMTP id p9so48562888vkd.3 for ; Mon, 12 Dec 2016 13:58:42 -0800 (PST) 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: emacs-orgmode@gnu.org --001a114400fe5e1e0205437d3132 Content-Type: text/plain; charset=UTF-8 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))) I'm running Emacs 25.1.1 on Windows. --001a114400fe5e1e0205437d3132 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
After recently upgrading to 20161118, I notice that the cl= ock-in property in my org-capture-templates is no longer functioning.=C2=A0= It appears to successfully clock me out of my current task, but that's= it.

My capture template is:

(setq org-capture-templates
=C2=A0 =C2=A0 =C2=A0 '(("= t" "Todo" entry (file "/org/refile.org")
"* TODO %?\n%U\n" :clock-in t :clock-re= sume t)))

I'm running Emacs 25.1.1 on Wi= ndows.
--001a114400fe5e1e0205437d3132--