From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Capture and clock options Date: Fri, 13 Aug 2010 10:38:41 +0200 Message-ID: <87k4nurjou.fsf@gnu.org> References: <1281628877.5279.18.camel@localhost> <8739uj9uul.fsf@gollum.intra.norang.ca> <87y6cb8fz1.fsf@gollum.intra.norang.ca> <87zkwqrkab.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ojpmn-0001IK-L1 for emacs-orgmode@gnu.org; Fri, 13 Aug 2010 04:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ojpmm-00085u-Kj for emacs-orgmode@gnu.org; Fri, 13 Aug 2010 04:38:45 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:39548) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ojpmm-00085l-FU for emacs-orgmode@gnu.org; Fri, 13 Aug 2010 04:38:44 -0400 Received: by wwi14 with SMTP id 14so1260512wwi.30 for ; Fri, 13 Aug 2010 01:38:43 -0700 (PDT) In-Reply-To: <87zkwqrkab.fsf@gnu.org> (Bastien's message of "Fri, 13 Aug 2010 10:25:48 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Org Mode Bastien writes: > I can't see anything in this commit interfering with the capture > process. Do you have an idea why it is related to the bug Julien > is reporting? I got it. `org-clock-set-current' was trying to get the filename, which doesn't work in indirect buffers. I pushed a fix in the current git. Julien, please let me know if this fix your issue. -- Bastien