From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christos Chryssochoidis Subject: Re: Re: apparently too stupid to use checkboxes Date: Mon, 19 Apr 2010 23:17:39 +0300 Message-ID: References: <20100323103714.5336e323@gaia> <51F1BFF1-93D8-4AFD-99CA-414A8C857A5C@gmail.com> <20100324101530.3f762910@gaia> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3xPy-00088l-Fr for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 16:18:06 -0400 Received: from [140.186.70.92] (port=51419 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3xPu-00083h-Vn for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 16:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3xPs-0002sP-Vx for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 16:18:02 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:52586) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3xPs-0002rt-RH for emacs-orgmode@gnu.org; Mon, 19 Apr 2010 16:18:00 -0400 Received: by wyg36 with SMTP id 36so2907754wyg.0 for ; Mon, 19 Apr 2010 13:17:59 -0700 (PDT) In-Reply-To: <20100324101530.3f762910@gaia> 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: Detlef Steuer Cc: emacs-orgmode@gnu.org Hi, I had the same problem when using the git version of org-mode within an Emacs 23 nightly build on Mac OS X 10.6.3. I was byte-compiling org-mode in the command line, as it had been downloaded, without changing anything, e.g. the Makefile. That means it used the emacs version that shipped with Mac OS X to compile org-mode, which is located in /usr/bin/. That's Emacs version 22.1.1 on my machine. So I set in the Makefile the parameter EMACS to be the path of the Emacs 23 build I've been using, and then I did "make clean", "make" etc. I don't get anymore the "Invalid function: ignore errors" message. :-) Hope this helps On Wed, Mar 24, 2010 at 12:15 PM, Detlef Steuer wrot= e: > Hi, > > while looking for the cause of my "checkbox problem" I found, > that all works fine, if I issue > > make clean > > in my org-mode directory before editing. > > orgmode version is: > release_6.34c-238-gc0707 > Org-mode version 6.34trans (release_6.34c.238.gc0707.dirty) > > If these very same files get byte-compiled with > make > > checkboxes stop functioning again. > > There are no error messages during startup. > If I can help any further identifying the real cause, let me know, please= . > > Detlef > > > =A0Tue, 23 Mar 2010 14:01:21 +0100 > Carsten Dominik wrote: > >> Hi Detlef, >> >> `ignore-errors' is defined in cl-macs in Emacs 22. =A0You need to >> compile the .el file >> to get this macro. =A0Alternatively, define it in your .emacs file >> before loading org-mode stuff: >> >> >> (defmacro ignore-errors (&rest body) >> =A0 =A0"Execute BODY; if an error occurs, return nil. >> Otherwise, return result of last form in BODY." >> =A0 =A0`(condition-case nil (progn ,@body) (error nil))) >> >> HTH >> >> - Carsten >> >> On Mar 23, 2010, at 10:37 AM, Detlef Steuer wrote: >> >> > Hi! >> > >> > I try to use checkboxes (never used before): >> > >> > * TODO Test [/] >> > =A0- [ ] first >> > =A0- [ ] second >> > >> > Now I can C-c C-c to state-change a single box, but the summary box >> > in the >> > headline never gets updated. >> > >> > If I try C-c # I get an error messge >> > Invalid function: ignore errors >> > >> > Even if I cut'n'paste the =A0checkbox example out of the manual it >> > doesn't >> > work here. >> > >> > >> > My org-version is >> > release_6.34c-232-g727a >> > Org-mode version 6.34trans (release_6.34c.232.g727a) >> > >> > My emacs >> > GNU Emacs 22.3.1 (i586-suse-linux-gnu, GTK+ Version 2.14.4) of >> > 2008-12-03 on build19 >> > >> > >> > I know, the mistake must happen between my ears .... >> > Any help appreciated. >> > >> > Detlef >> > >> > >> > >> > _______________________________________________ >> > 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 >> >> - 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 >> > > > > > _______________________________________________ > 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 >