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
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
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
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
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