emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Phillip Lord
Subject: [O] bug#23365: 25.0.93; org-mode fails on export with include
Date: Thu, 28 Apr 2016 22:14:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux)


address@hidden (Phillip Lord) writes:

> Emacs fails in org-mode when exporting; testing from current head.
>


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.

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

Phil





reply via email to

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