emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]
Date: Wed, 12 May 2010 16:54:08 +0200


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

Adam Elliott <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]