bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23365: [O] bug#23365: 25.0.93; org-mode fails on export with include


From: Kaushal Modi
Subject: bug#23365: [O] bug#23365: 25.0.93; org-mode fails on export with include
Date: Thu, 28 Apr 2016 21:33:08 +0000

On Thu, Apr 28, 2016 at 5:16 PM Phillip Lord <phillip.lord@russet.org.uk> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]