From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region) Date: Fri, 23 May 2014 21:53:07 +0200 Message-ID: <87r43ktgpo.fsf@bzg.ath.cx> References: <877g681jma.fsf@bzg.ath.cx> <87zji88vye.fsf@bzg.ath.cx> <87ha4gv1zo.fsf@bzg.ath.cx> <87zji8ti9m.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnvWo-0008TV-M0 for emacs-orgmode@gnu.org; Fri, 23 May 2014 15:53:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnvWj-000275-7o for emacs-orgmode@gnu.org; Fri, 23 May 2014 15:53:18 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:55565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnvWj-00026z-0G for emacs-orgmode@gnu.org; Fri, 23 May 2014 15:53:13 -0400 Received: by mail-we0-f176.google.com with SMTP id q59so5199494wes.21 for ; Fri, 23 May 2014 12:53:12 -0700 (PDT) In-Reply-To: <87zji8ti9m.fsf@bzg.ath.cx> (Bastien's message of "Fri, 23 May 2014 21:19:33 +0200") 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: Alex Kosorukoff Cc: emacs-orgmode@gnu.org Bastien writes: > Do you get difference results? You're right after all. Since `org-capture-steal-local-variables' isn't used anywhere else and since `org-capture' already set `buffer-file-name' "manuall", I applied your change. Thanks! -- Bastien