Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:

> Could you send the backtrace (possibly with Org uncompiled)? I might
> help understanding the issue.

this is weird. I'm using a clean Emacs, on which I execute:

    (require 'package)
    (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t)
    ;; M-x package-install org-plus-contrib
    (require 'ox-odt)

Then, I quit Emacs, I remove all .elc files, then I launch Emacs again and

- M-x toggle-debug-on-error
- open an empty org file, try to export to .odt, and get

    OpenDocument export failed: Buffer is read-only: #<killed buffer>

- now, if I add "#+ODT_STYLES_FILE:" to the file, I get a different
  message

    OpenDocument export failed: End of file during parsing

Unfortunately, in both cases, no trace appears. I'm stuck.

If you want, I'm frequently on IRC channels, e.g., #emacs and I can be
contacted through many IM ways (see my website).

Best,

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

Reply via email to