Re: Still errors with Emacs 26.3

2021-08-16 Thread Maxim Nikulin

On 16/08/2021 11:49, Axel Kielhorn wrote:

Thanks for fixing the errors in org cite.


I hope, what you report about are no more than warnings, not errors.


Compiling /Users/axel/src/Emacs/org-mode/lisp/org-agenda.el...

In end of data:
org-agenda.el:10873:1:Warning: the function ‘string-empty-p’ is not known to
 be defined.


A patch for this particular issue:
https://orgmode.org/list/seeb8h$364$1...@ciao.gmane.io
Unfortunately it is not tracked at https://updates.orgmode.org/ for some 
unclear reason.



Compiling /Users/axel/src/Emacs/org-mode/lisp/org-plot.el...

In org-plot/gnuplot:
org-plot.el:634:4:Warning: ‘(dump-func (plist-get type :data-dump))’ is a
 malformed function
org-plot.el:685:17:Warning: reference to free variable ‘dump-func’


Try "make single" to get even more warnings...




Still errors with Emacs 26.3

2021-08-15 Thread Axel Kielhorn
Thanks for fixing the errors in org cite.

I still get the following messages with 3664447eb when building with Emacs 26.3.


Compiling /Users/axel/src/Emacs/org-mode/lisp/org-agenda.el...

In end of data:
org-agenda.el:10873:1:Warning: the function ‘string-empty-p’ is not known to
be defined.

Compiling /Users/axel/src/Emacs/org-mode/lisp/org-plot.el...

In org-plot/gnuplot:
org-plot.el:634:4:Warning: ‘(dump-func (plist-get type :data-dump))’ is a
malformed function
org-plot.el:685:17:Warning: reference to free variable ‘dump-func’

In end of data:
org-plot.el:731:1:Warning: the function ‘if-let’ is not known to be defined.

Compiling /Users/axel/src/Emacs/org-mode/lisp/org-src.el...

In org-edit-src-save:
org-src.el:1207:16:Warning: replace-buffer-contents called with 3 arguments,
but accepts only 1

In org-edit-src-exit:
org-src.el:1255:17:Warning: replace-buffer-contents called with 3 arguments,
but accepts only 1

Greetings
Axel