On May 11, 2010, at 7:09 PM, Magnus Henoch wrote:

Adam Elliott <a...@mbl.ca> writes:

Problem exists in some 6.35 versions as well. Looks like org- list.el uses `ignore-errors' macro defined in cl-macs.el. Adding following line near top of
org-list.el file fixes problem for me:

(require 'cl)

Does not appear that cl-macs can be required separately.

The canonical way to require cl only for macros is:
(eval-when-compile (require 'cl))


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

- 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