emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: apparently too stupid to use checkboxes


From: Detlef Steuer
Subject: [Orgmode] Re: apparently too stupid to use checkboxes
Date: Wed, 24 Mar 2010 10:15:30 +0100

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 <address@hidden> 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.
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 
> - Carsten
> 
> 
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 






reply via email to

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