emacs-orgmode
[Top][All Lists]
Advanced

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

[Bug] org-persist.el: xdg.el is unavailable in emacs-25.2


From: Max Nikulin
Subject: [Bug] org-persist.el: xdg.el is unavailable in emacs-25.2
Date: Wed, 27 Oct 2021 19:35:43 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Org-mode compilation fails with the following errors if emacs-25.2.2 is used (Ubuntu-18.04 LTS bionic)

Compiling /home/ubuntu/org-mode/lisp/ox-ascii.el...

In toplevel form:
ox-ascii.el:31:1:Error: Cannot open load file: No such file or directory, xdg
Compiling /home/ubuntu/org-mode/lisp/ox-beamer.el...

In toplevel form:
ox-beamer.el:34:1:Error: Cannot open load file: No such file or directory, xdg
>
> ...

org.el in the main branch still declares

;; Package-Requires: ((emacs "25.1"))

but it seems xdg.el used by org-persist.el was added in emacs-26.0.

I do not actually use emacs-25.2, but it happened that I have a test container for Org based on Ubuntu-18.04.

Either org-persist and org-compat should be updated with some compatibility code or required emacs version should be updated once more.



reply via email to

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