From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: :clock-in not working in org-capture-templates [7.9.1 (release_7.9.1-274-g2f4d76)] Date: Fri, 21 Sep 2012 15:43:14 +0200 Message-ID: <877grnebkd.fsf@bzg.ath.cx> References: <87mx0kdrcy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF3Vo-00039S-I4 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 09:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF3Vi-0006j7-4G for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 09:43:20 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:57819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF3Vh-0006iw-UH for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 09:43:14 -0400 Received: by weyu3 with SMTP id u3so375905wey.0 for ; Fri, 21 Sep 2012 06:43:13 -0700 (PDT) In-Reply-To: <87mx0kdrcy.fsf@gmail.com> (Levin Du's message of "Fri, 21 Sep 2012 10:47:25 +0800") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Levin Du Cc: emacs-orgmode@gnu.org 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 for catching this! -- Bastien