emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Elliott <ae@mbl.ca>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: Invalid function: ignore-errors [6.36]
Date: Tue, 11 May 2010 16:09:05 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100511T180302-826@post.gmane.org> (raw)
In-Reply-To: 19433.25860.502957.794540@morrison.gslt.hum.gu.se

Robert Andersson <robert.andersson <at> gu.se> writes:

> RA> After upgrading from orgmode 6.34c to 6.36 I get an error "Invalid
> RA> function: ignore-errors" when toggling checkboxes, and also running
> 
> RA>   (org-update-statistics-cookies all)
> 
> RA> will not work at all. Downgrading back to 6.34c helps.
> 
> I also just now installed version 6.35, which also gave me the same
> errors stated above when working with checkboxes. A clean build of
> 6.34c does not produce these errors... Hope this helps.

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.

Adam

  reply	other threads:[~2010-05-11 16:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-11 13:40 Bug: Invalid function: ignore-errors [6.36] Robert Andersson
2010-05-11 14:09 ` Robert Andersson
2010-05-11 16:09   ` Adam Elliott [this message]
2010-05-11 17:09     ` Magnus Henoch
2010-05-12 14:54       ` Carsten Dominik
2010-05-13 15:07         ` Adam Elliott
2010-05-13 16:02           ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20100511T180302-826@post.gmane.org \
    --to=ae@mbl.ca \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).