From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: Re: apparently too stupid to use checkboxes Date: Tue, 23 Mar 2010 20:30:55 +0100 Message-ID: <874ok6deds.wl%dmaus@ictsoc.de> References: <20100323103714.5336e323@gaia> <87mxxz5pt3.wl%ucecesf@ucl.ac.uk> <4BA8A1DE.9080308@unibas.ch> <20100323135008.3c73d87f@gaia> <87bpefyvw2.wl%ucecesf@ucl.ac.uk> <20100323161556.7876f906@gaia> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============1365856710==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuA1G-00017Z-03 for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 15:44:06 -0400 Received: from [140.186.70.92] (port=43817 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuA1C-0000Tq-TI for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 15:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nu9os-0003Bn-5A for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 15:31:20 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:38040) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nu9or-0003BS-Qo for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 15:31:18 -0400 In-Reply-To: <20100323161556.7876f906@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 --===============1365856710== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Tue_Mar_23_20:30:55_2010-1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Tue_Mar_23_20:30:55_2010-1 Content-Type: text/plain; charset=US-ASCII Detlef Steuer wrote: >Ok, here we go. >I put >(defmacro ignore-errors (&rest body) > "Execute BODY; if an error occurs, return nil. >Otherwise, return result of last form in BODY." > `(condition-case nil (progn ,@body) (error nil))) >in my .emacs as Carsten advised. >This action seems to be a complicated form of do-nothing. >At least my error message remains the same. >(emacs was restarted after adding the macro to .emacs) >> >> I guess the next questions then have to be: >> >> 1. how have you installed org-mode? >Nightly git checkout. >> >> 2. How are you loading it? >> >I inline my (ugly) .emacs as it stands. >It is unchanged since ages. >My guess is something goes wrong there. Well, there is an error in .emacs: >---- snip > > ... > > >(custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > > ... > > '(org-todo-keywords quote( '((sequence "TODO" "STARTED" "WAITING" | "DONE")))) > ... The "quote(" looks like a leftover of something. The line should read: '(org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" | "DONE"))) Maybe fixing this does the job? If the (defmacro is not working my guess what be that you are running some kind of a mixup of probably old byte compiled code and the current developement version. Are there any old installations of Org arround? -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Tue_Mar_23_20:30:55_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkupFu8ACgkQma24O1pEeObCaQEAkQDjnqueNrfV1kN4H0alBqkF uuqfpF8UDYAPTnc4MVgA/3qJhkSiWupNIiOqSrA1MBJFK9EjFiTh0NeOolJsDLDn =26OS -----END PGP SIGNATURE----- --pgp-sign-Multipart_Tue_Mar_23_20:30:55_2010-1-- --===============1365856710== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1365856710==--