From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Open Document Exporter Date: Sat, 29 Jun 2013 18:54:32 +0530 Message-ID: <87d2r5hwxb.fsf@gmail.com> References: <51C8BA2B.8010509@magma.com.ni> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usv7I-0001WU-4m for emacs-orgmode@gnu.org; Sat, 29 Jun 2013 09:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Usv7H-0001Zj-61 for emacs-orgmode@gnu.org; Sat, 29 Jun 2013 09:23:04 -0400 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:41474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usv7G-0001Zc-Uj for emacs-orgmode@gnu.org; Sat, 29 Jun 2013 09:23:03 -0400 Received: by mail-pb0-f52.google.com with SMTP id xa12so3219171pbc.11 for ; Sat, 29 Jun 2013 06:23:02 -0700 (PDT) In-Reply-To: <51C8BA2B.8010509@magma.com.ni> (Georg Lehner's message of "Mon, 24 Jun 2013 23:29:15 +0200") 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: Georg Lehner Cc: emacs-orgmode@gnu.org Georg Lehner writes: > 1. content.xml changed on disk > ================== > > At the end of the export process I get the message: > > content.xml changed on disk; really edit the buffer? (y, n, r or C-h) > Please type y, n or r; or ? for help > > After typing 'y', I have to reconfirm with 'yes' and then with 'y' > again to get a valid export. > > Any tips how to fix or avoid this? If you have set up everything correctly, C-c C-e O (capital O) should launch LibreOffice for you. If not, you may have to do some extra configuration. Here is what I do on my Debian. Install xdg-utils. sudo apt-get install xdg-utils Make sure that xdg-open launches LibreOffice. xdg-open file.odt Add this to your .emacs (setcdr (assq 'system org-file-apps-defaults-gnu ) "xdg-open %s") ---------------------------------------------------------------- If you are on Windows machines, make sure that `temporary-file-directory' is configured correctly. Check *Messages* buffer and you will know what the ODT exporter is doing. ----------------------------------------------------------------