Re: [O] Bug: :clock-in not working in org-capture-templates [7.9.1 (release_7.9.1-274-g2f4d76)]

2012-09-21 Thread Bastien
Hi Levin, Levin Du writes: > I find :clock-in not work in org-capture-templates, with initial empty > heading: > > (setq org-capture-templates > '(("j" "Journal" entry (file+datetree "") > "* %?\n%U\n%i\n" :clock-in t :clock-resume t))) > > I proposed the patch: Applied, thanks

[O] Bug: :clock-in not working in org-capture-templates [7.9.1 (release_7.9.1-274-g2f4d76)]

2012-09-20 Thread Levin Du
Hi there, I find :clock-in not work in org-capture-templates, with initial empty heading: (setq org-capture-templates '(("j" "Journal" entry (file+datetree "") "* %?\n%U\n%i\n" :clock-in t :clock-resume t))) I proposed the patch: Modified lisp/org-clock.el diff --git a/