emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: Georg Lehner <jorge-org@magma.com.ni>
Cc: emacs-orgmode@gnu.org
Subject: Re: Open Document Exporter
Date: Sat, 29 Jun 2013 18:54:32 +0530	[thread overview]
Message-ID: <87d2r5hwxb.fsf@gmail.com> (raw)
In-Reply-To: <51C8BA2B.8010509@magma.com.ni> (Georg Lehner's message of "Mon, 24 Jun 2013 23:29:15 +0200")

Georg Lehner <jorge-org@magma.com.ni> 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.

----------------------------------------------------------------

  parent reply	other threads:[~2013-06-29 13:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-24 21:29 Open Document Exporter Georg Lehner
2013-06-25  1:35 ` Vikas Rawal
2013-06-27  0:19   ` Georg Lehner
2013-06-27 13:58     ` Bastien
2013-06-29 12:43     ` Jambunathan K
2013-06-29 20:37       ` Georg Lehner
2013-06-26  9:42 ` Nicolas Goaziou
2013-06-28 21:20 ` Georg Lehner
2013-06-29 13:24 ` Jambunathan K [this message]
2013-06-29 13:26 ` Jambunathan K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d2r5hwxb.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jorge-org@magma.com.ni \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).