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

2010-04-19 Thread Christos Chryssochoidis
Hi, I had the same problem when using the git version of org-mode within an Emacs 23 nightly build on Mac OS X 10.6.3. I was byte-compiling org-mode in the command line, as it had been downloaded, without changing anything, e.g. the Makefile. That means it used the emacs version that shipped with

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

2010-03-26 Thread David Maus
Detlef Steuer wrote: >[1 ] >[1.1 ] >> >> >checkboxes stop functioning again. >> >> Do you still have the defmacro in .emacs? Strange. Because the only conclusion I can draw of this: > while looking for the cause of my "checkbox problem" I found, > that all works fine, if I issue > > make clean

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-25 Thread Detlef Steuer
> > >checkboxes stop functioning again. > > Do you still have the defmacro in .emacs? No. I removed it, because in *Messages* there is ("/usr/bin/emacs" "/tmp/orgtest.org") Loading regexp-opt...done Loading subst-ksc...done Loading subst-gb2312...done Loading subst-big5...done Loading subst-ji

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

2010-03-24 Thread David Maus
Detlef Steuer wrote: >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

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-24 Thread Detlef Steuer
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-comp

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-23 Thread Detlef Steuer
On Tue, 23 Mar 2010 20:30:55 +0100 David Maus wrote: > 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? No, it didn't. > > If the (defmacro is not working my

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

2010-03-23 Thread David Maus
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

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-23 Thread Detlef Steuer
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-noth

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

2010-03-23 Thread Eric S Fraga
On Tue, 23 Mar 2010 13:50:08 +0100, Detlef Steuer wrote: > > On Tue, 23 Mar 2010 12:11:26 +0100 > Jörg Hagmann wrote: > > > Try without a space between Test and [/] ? > > No change. > > One more observation while trying this out: > > C-c C-c in a checkbox line _always_ gives > Invalid funct

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-23 Thread Detlef Steuer
On Tue, 23 Mar 2010 12:11:26 +0100 Jörg Hagmann wrote: > Try without a space between Test and [/] ? No change. One more observation while trying this out: C-c C-c in a checkbox line _always_ gives Invalid function: ignore-errors Detlef ___ Ema