GNU bug report logs - #23365
25.0.93; org-mode fails on export with include

Previous Next

Packages: emacs, org-mode;

Reported by: phillip.lord <at> russet.org.uk (Phillip Lord)

Date: Sun, 24 Apr 2016 21:45:02 UTC

Severity: normal

Tags: fixed

Found in version 25.0.93

Fixed in version 25.1

Done: phillip.lord <at> russet.org.uk (Phillip Lord)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: phillip.lord <at> russet.org.uk (Phillip Lord)
To: 23365 <at> debbugs.gnu.org
Subject: bug#23365: 25.0.93; org-mode fails on export with include
Date: Thu, 28 Apr 2016 22:14:56 +0100

phillip.lord <at> russet.org.uk (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




This bug report was last modified 9 years and 17 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.