Re: [Orgmode] Re: Bytecompiler is unhappy...

2011-02-26 Thread Bastien
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

[Orgmode] Re: Bytecompiler is unhappy...

2011-02-23 Thread Nicolas
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

Re: [Orgmode] Re: Bytecompiler is unhappy...

2011-02-22 Thread Carsten Dominik
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

[Orgmode] Re: Bytecompiler is unhappy...

2011-02-22 Thread Nicolas
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.