[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Opendocument export causes error
From: |
Bastien |
Subject: |
Re: [O] Opendocument export causes error |
Date: |
Sun, 30 Dec 2012 11:09:07 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Achim Gratz <address@hidden> writes:
> There is the slight problem that org-{,-e-}odt does not (require 'org-compat)
> and org-condition-case-unless-debug (which is only used by these two files) is
> itself not autoloaded, plus it is called from inside in a macro. I'm not
> entirely sure what happens for the OP since I can't reproduce the issue, but
> it
> would be worth a try to add that require(s) if only to clean thing up.
I added (require 'org-compat) to org-odt.el and org-e-odt.el.
But... I'm in favor of simply using `condition-case' instead of
`org-condition-case-unless-debug'. I'm not fan of all these debugging
stuff within org-odt.el / org-e-odt.el.
--
Bastien