Re: [O] Bug: OpenDocument export failed: End of file during parsing [8.2.10 (release_8.2.10 @ /nix/store/2v8f4l0ikhjnqmbqn0lm9vshssm5apaq-emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-02-09 Thread Nicolas Goaziou
Hello, Damien Cassou writes: > 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: # I cannot reproduce

Re: [O] Bug: OpenDocument export failed: End of file during parsing [8.2.10 (release_8.2.10 @ /nix/store/2v8f4l0ikhjnqmbqn0lm9vshssm5apaq-emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-02-08 Thread Damien Cassou
Nicolas Goaziou 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" .

Re: [O] Bug: OpenDocument export failed: End of file during parsing [8.2.10 (release_8.2.10 @ /nix/store/2v8f4l0ikhjnqmbqn0lm9vshssm5apaq-emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-02-04 Thread Nicolas Goaziou
Hello, Damien Cassou writes: > Whatever I do, ox-odt always complains about end of file: > > $ emacs -Q > M-: (require 'ox-odt) > C-x C-f foobar.org > SPC DEL > C-x C-s > C-c C-e o o > > Result: OpenDocument export failed: End of file during parsing I cannot reproduce it.