From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Cassou Subject: =?UTF-8?B?UmU6IEJ1ZzogT3BlbkRvY3VtZW50IGV4cG9ydCBmYWlsZWQ6IEVu?= =?UTF-8?B?ZCBvZiBmaWxlIGR1cmluZyBwYXJzaW5nIFs4LjIuMTAgKHJlbGVhc2VfOC4y?= =?UTF-8?B?LjEwIEAgL25peC9zdG9yZS8ydjhmNGwwaWtoam5xbWJxbjBsbTl2c2hzc201?= =?UTF-8?B?YXBhcS1lbWFjcy0yNC41L3NoYXJlL2VtYWNzLzI0LjUvbGlzcC9vcmcvKV0=?= Date: Mon, 08 Feb 2016 13:08:28 +0100 Message-ID: <87bn7rh0ar.fsf@cassou.me> References: <8737tbpmnl.fsf@cassou.me> <87a8ngnmwk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSkcX-00031B-Ri for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 07:08:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSkcS-0006lq-UC for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 07:08:45 -0500 Received: from bender.ldn-fai.net ([2001:913:0:10::1]:33305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSkcS-0006lj-O1 for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 07:08:40 -0500 In-Reply-To: <87a8ngnmwk.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org 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" . "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: # - 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