Hi Adam,

On May 13, 2010, at 5:07 PM, Adam Elliott wrote:

Carsten Dominik <carsten.dominik <at> gmail.com> writes:

org.el does this already.  Just compile your .el files and things
should work.

You are right, but I suspect the following:

When org is compiled and installed using the Makefile, elisp source files are compiled individually. When org-list.el is compiled in isolation and the cl package is not included, the `ignore-errors' macro is not previously defined; thus Emacs assumes it's a function instead, so the resulting elc file is broken. If org is compiled within Emacs and not from a batch process, it's almost certain that the cl package will have been loaded, so this problem doesn't occur.

You are right, I have added the statement to org-list.el.

Thanks!

- Carsten


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to