From: Detlef Steuer <detlef.steuer@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: apparently too stupid to use checkboxes
Date: Wed, 24 Mar 2010 10:15:30 +0100 [thread overview]
Message-ID: <20100324101530.3f762910@gaia> (raw)
In-Reply-To: 51F1BFF1-93D8-4AFD-99CA-414A8C857A5C@gmail.com
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
Tue, 23 Mar 2010 14:01:21 +0100
Carsten Dominik <carsten.dominik@gmail.com> wrote:
> Hi Detlef,
>
> `ignore-errors' is defined in cl-macs in Emacs 22. You need to
> compile the .el file
> to get this macro. Alternatively, define it in your .emacs file
> before loading org-mode stuff:
>
>
> (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)))
>
> HTH
>
> - Carsten
>
> On Mar 23, 2010, at 10:37 AM, Detlef Steuer wrote:
>
> > Hi!
> >
> > I try to use checkboxes (never used before):
> >
> > * TODO Test [/]
> > - [ ] first
> > - [ ] 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 checkbox 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
>
next prev parent reply other threads:[~2010-03-24 9:15 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
2010-03-23 20:07 ` Detlef Steuer
2010-03-23 13:01 ` Carsten Dominik
2010-03-24 9:15 ` Detlef Steuer [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100324101530.3f762910@gaia \
--to=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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.