emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Bug: Org mode fails to compile using Emacs 24.5-r10 [9.4.5 (9.4.5-g3


From: Timothy
Subject: Re: Bug: Org mode fails to compile using Emacs 24.5-r10 [9.4.5 (9.4.5-g3ea248 @ /home/yantar92/.emacs.d/straight/build/org/)]
Date: Wed, 28 Apr 2021 23:47:28 +0800
User-agent: mu4e 1.4.15; emacs 28.0.50

Ihor Radchenko <yantar92@gmail.com> writes:

> In any case, not all the warnings go away even using Emacs 25.3:

Just going to chime in here with the relevant info:

> ob-gnuplot.el:299:1:Warning: the function ‘file-local-name’ is not known to be
>     defined.

:added:    26.1

It looks like the definition could just be used here:

(or (file-remote-p file 'localname) file)

> In end of data:
> org-plot.el:727:1:Warning: the function ‘ignore-error’ is not known to be
>     defined.

:added:    27.1

Once again, the definition isn't too bad.

(condition-case nil (progn ,@body) (,condition nil))

This one is actually within my purview (oops), so I'll take care of this
shortly.

--
Timothy



reply via email to

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