From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: bug#23365: 25.0.93; org-mode fails on export with include Date: Thu, 28 Apr 2016 21:33:08 +0000 Message-ID: References: <87shyak7lo.fsf@russet.org.uk> <87oa8t8mgf.fsf@russet.org.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149bff65ca979053192460a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avtYm-0000xp-NY for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 17:33:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avtYl-0005EZ-N6 for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 17:33:20 -0400 Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:33901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avtYl-0005EF-I7 for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 17:33:19 -0400 Received: by mail-ob0-x234.google.com with SMTP id bg3so45956198obb.1 for ; Thu, 28 Apr 2016 14:33:19 -0700 (PDT) In-Reply-To: <87oa8t8mgf.fsf@russet.org.uk> 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" To: Phillip Lord , 23365@debbugs.gnu.org, emacs-org list --089e0149bff65ca979053192460a Content-Type: text/plain; charset=UTF-8 On Thu, Apr 28, 2016 at 5:16 PM Phillip Lord wrote: > I've checked this a little further -- the current org mode on ELPA does > not fail in the same way -- org-map-entries has changed the call from: > > (org-agenda-prepare-buffers > (list (buffer-file-name (current-buffer)))) > > to: > > (org-agenda-prepare-buffers > (and buffer-file-name (list buffer-file-name))) > > which fixes the problem. > That's what I said :) http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23365#8 > Is org-mode in core going to be updated before 25.1? Copying the org-mode ML for this. -- -- Kaushal Modi --089e0149bff65ca979053192460a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Thu, Apr 28, 2016 = at 5:16 PM Phillip Lord <p= hillip.lord@russet.org.uk> wrote:
I've checked this a little furt= her -- the current org mode on ELPA does
not fail in the same way -- org-map-entries has changed the call from:

=C2=A0 =C2=A0 (org-agenda-prepare-buffers
=C2=A0 =C2=A0 =C2=A0 (list (buffer-file-name (current-buffer))))

to:

=C2=A0 =C2=A0 (org-agenda-prepare-buffers
=C2=A0 =C2=A0 =C2=A0(and buffer-file-name (list buffer-file-name)))

which fixes the problem.

That's what I s= aid :)


Is org-mode in core going to be updated before 25.1?

--
Kaushal Modi

--089e0149bff65ca979053192460a--