Hi Achim,
Achim Gratz writes:
> In org-fixup-indentation:
> org.el:7368:32:Warning: reference to free variable `org-property-end-re'
>
> In org-set-property:
> org.el:14316:34:Warning: reference to free variable `fn'
Both fixed, thanks!
--
Bastien
Bastien writes:
> Thanks for the heads up. I'll be more careful about this.
In org-fixup-indentation:
org.el:7368:32:Warning: reference to free variable `org-property-end-re'
In org-set-property:
org.el:14316:34:Warning: reference to free variable `fn'
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE
Hi John,
John Wiegley writes:
> Maybe we're all using different versions of Emacs, but I find that
> byte-compilation warnings keep increasing as time goes by. I'd like to ask
> people to compile their code before committing, to keep the build log clean.
> It looks messy when there are lots of
Achim Gratz writes:
> John Wiegley writes:
>> Maybe we're all using different versions of Emacs, but I find that
>> byte-compilation warnings keep increasing as time goes by. I'd like to ask
>> people to compile their code before committing, to keep the build log clean.
>> It looks messy when t
Hi John,
John Wiegley writes:
> lisp/org-list.el:
>
> In org-list-send-item:
> org-list.el:1456:56:Warning: Function `sort*' from cl package called at
> runtime
>
> I've fixed this one in d24a141. There was no reason to use sort* instead of
> sort.
Thanks for this!
> lisp/org-table.
John Wiegley writes:
> Maybe we're all using different versions of Emacs, but I find that
> byte-compilation warnings keep increasing as time goes by. I'd like to ask
> people to compile their code before committing, to keep the build log clean.
> It looks messy when there are lots of unnecessary
At Sat, 13 Aug 2011 16:49:50 -0500,
John Wiegley wrote:
>
> Maybe we're all using different versions of Emacs, but I find that
> byte-compilation warnings keep increasing as time goes by. I'd like to ask
> people to compile their code before committing, to keep the build log clean.
> It looks mess