emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-capture-template :clock-in property not working


From: Mark Wood
Subject: [O] org-capture-template :clock-in property not working
Date: Mon, 12 Dec 2016 21:57:31 +0000

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]