Nicolas writes:
> This is what I thought at first, but, in org.el, no function was
> declared already, and a whole package (gnus-sum) was required when
> compiling. So, I hesitated.
>
> Anyway, that part is done now.
Thanks for this Nicolas, and thanks to Achim for reporting this.
--
Bastien
Hello,
Carsten Dominik writes:
> NO. Declare the functions an use (defvar name) for the variables.
This is what I thought at first, but, in org.el, no function was
declared already, and a whole package (gnus-sum) was required when
compiling. So, I hesitated.
Anyway, that part is done now.
Reg
On Feb 22, 2011, at 9:15 PM, Nicolas wrote:
Hello,
I've taken care of:
In org-fill-paragraph:
org.el:19105:27:Warning: assignment to free variable `struct'
org.el:19110:33:Warning: reference to free variable `struct'
In end of data:
org-list.el:3007:1:Warning: the function `outline-flag-r
Hello,
I've taken care of:
> In org-fill-paragraph:
> org.el:19105:27:Warning: assignment to free variable `struct'
> org.el:19110:33:Warning: reference to free variable `struct'
> In end of data:
> org-list.el:3007:1:Warning: the function `outline-flag-region' is not known to
> be defined.