emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Magnus Henoch
Subject: [Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]
Date: Tue, 11 May 2010 18:09:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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))
See (info "(elisp)Coding Conventions").

-- 
Magnus Henoch




reply via email to

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