Detlef Steuer wrote:
>[1  <multipart/signed (7bit)>]
>[1.1  <text/plain; US-ASCII (quoted-printable)>]
>>
>> >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
>
> 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.

Is that the macro is available on run time but not on compile time.

In fact: At least on my system `ignore-errors' is /not/ defined in
cl-macs, but in subr.el that is shipped with Emacs since 22.3

,----
| emacs22-el: /usr/share/emacs/22.3/lisp/subr.el.gz
| emacs23-el: /usr/share/emacs/23.1/lisp/subr.el.gz
`----

The question is where the macro is defined in your setup (M-x apropos
RET ignore-errors RET).

Maybe Org should define the macro explitely if it is not available on
compile time?

HTH
 -- David

--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmj...@jabber.org
Email..... dm...@ictsoc.de

Attachment: pgpeY2UoJIibH.pgp
Description: PGP signature

_______________________________________________
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 via email to