From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bug: Invalid function: ignore-errors [6.36] Date: Wed, 12 May 2010 16:54:08 +0200 Message-ID: References: <19433.25860.502957.794540@morrison.gslt.hum.gu.se> <847hna4b6m.fsf@linux-b2a3.site> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=33364 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCDKC-0007F7-LW for emacs-orgmode@gnu.org; Wed, 12 May 2010 10:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCDKA-0004aR-AA for emacs-orgmode@gnu.org; Wed, 12 May 2010 10:54:16 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:57838) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCDK9-0004a8-Kl for emacs-orgmode@gnu.org; Wed, 12 May 2010 10:54:13 -0400 Received: by ewy8 with SMTP id 8so74531ewy.8 for ; Wed, 12 May 2010 07:54:12 -0700 (PDT) In-Reply-To: <847hna4b6m.fsf@linux-b2a3.site> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Magnus Henoch Cc: emacs-orgmode@gnu.org On May 11, 2010, at 7:09 PM, Magnus Henoch wrote: > Adam Elliott 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