emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: apparently too stupid to use checkboxes


From: David Maus
Subject: Re: [Orgmode] Re: apparently too stupid to use checkboxes
Date: Tue, 23 Mar 2010 20:30:55 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/24.0.50 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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.... address@hidden
Email..... address@hidden

Attachment: pgp8e2K7vOR97.pgp
Description: PGP signature


reply via email to

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