|
From: | Kaushal Modi |
Subject: | Re: [O] bug#23365: 25.0.93; org-mode fails on export with include |
Date: | Thu, 28 Apr 2016 21:33:08 +0000 |
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?
--
Kaushal Modi
[Prev in Thread] | Current Thread | [Next in Thread] |