emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: David Maus <dmaus@ictsoc.de>
To: Detlef Steuer <detlef.steuer@gmx.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: apparently too stupid to use checkboxes
Date: Tue, 23 Mar 2010 20:30:55 +0100	[thread overview]
Message-ID: <874ok6deds.wl%dmaus@ictsoc.de> (raw)
In-Reply-To: <20100323161556.7876f906@gaia>


[-- Attachment #1.1: Type: text/plain, Size: 1603 bytes --]

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

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

  reply	other threads:[~2010-03-23 19:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-23  9:37 apparently too stupid to use checkboxes Detlef Steuer
2010-03-23  9:51 ` Eric S Fraga
2010-03-23 11:11   ` Jörg Hagmann
2010-03-23 12:50     ` Detlef Steuer
2010-03-23 14:07       ` Eric S Fraga
2010-03-23 15:15         ` Detlef Steuer
2010-03-23 19:30           ` David Maus [this message]
2010-03-23 20:07             ` Detlef Steuer
2010-03-23 13:01 ` Carsten Dominik
2010-03-24  9:15   ` Detlef Steuer
2010-03-24 19:00     ` David Maus
2010-03-25  8:08       ` Detlef Steuer
2010-03-26  7:40         ` David Maus
2010-04-19 20:17     ` Christos Chryssochoidis
2011-06-07 18:58     ` Steinar Bang

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=874ok6deds.wl%dmaus@ictsoc.de \
    --to=dmaus@ictsoc.de \
    --cc=detlef.steuer@gmx.de \
    --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).