emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ken Mankoff <mankoff@gmail.com>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: emacs-orgmode@gnu.org
Subject: Re: the role of  org-odt-preferred-output-format etc
Date: Sun, 10 Apr 2016 11:09:45 -0400	[thread overview]
Message-ID: <m28u0lwldy.fsf@client-104-39-41-160.mobility.psu.edu> (raw)
In-Reply-To: <8760vp37k4.fsf@mat.ucm.es>


I convert to DOC with the following on OS X:

(use-package ox-odt
  :ensure nil
  :config (progn
	    (setq org-odt-preferred-output-format "doc")
	    (setq org-odt-convert-processes
		  '(("LibreOffice" "/path/to/LibreOffice.app/Contents/MacOS/soffice --headless --convert-to %f%x %i")))))

It fails if LibreOffice is running, but works if it is not running.

  -k.




On 2016-04-10 at 09:41, Uwe Brauer <oub@mat.ucm.es> wrote:
>>>> "Eric" == Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>    > Uwe Brauer <oub@mat.ucm.es> writes:
>    >> Hello
>    >> 
>    >> Maybe I misunderstood the manual 
>    >> http://orgmode.org/manual/Extending-ODT-export.html
>    >> and
>    >> http://orgmode.org/manual/Configuring-a-document-converter.html#Configuring-a-document-converter
>    >> 
>    >> I can successfully convert a org file to odt, but sometimes I need it to
>    >> be directly in doc format.
>    >> 
>    >> So I thought I set org-odt-preferred-output-format 
>    >> to «doc».
>
>    > I set that option to the string "rtf", and everything works as expected.
>    > You don't actually specify the preferred output, you just export to ODT,
>    > and then the secondary conversion happens automtically. Ie, I now just
>    > export to ODT, and automatically end up with an RTF file. I haven't
>    > tried that programmatically, but I'd guess it works the same way: just
>    > don't put the "doc" in there at all. Does that work?
>
> I made some progress, I tried out docx and it failed I went back to doc
> format in in the message buffer, the following lines
>
> Executing soffice --headless --convert-to doc:"MS Word 97" --outdir /home/oub/tex/Proy-MTM-2016/LaTeX-org/ /home/oub/tex/Proy-MTM-2016/LaTeX-org/cv-libre.odt
>
> Export to /home/oub/tex/Proy-MTM-2016/LaTeX-org/cv-libre.doc failed
>
> Indicate that it fails again, but I don't understand why.
>
> I tried rtf and got
>
> Executing soffice --headless --convert-to doc:"MS Word 97" --outdir /home/oub/tex/Proy-MTM-2016/LaTeX-org/ /home/oub/tex/Proy-MTM-2016/LaTeX-org/cv-libre.odt
>
> Export to /home/oub/tex/Proy-MTM-2016/LaTeX-org/cv-libre.doc failed
>
> He also claims that the directory
> /home/oub/tex/Proy-MTM-2016/LaTeX-org/rft does not exist. Why the heck
> he needs it is beyond me.
>
> What I understand is that he uses soffice, which is the official old
> version from my ubuntu version, I have newer versions which I installed
> in /opt/libreoffice4.3 and /opt/libreoffice5.1.
>
> How can I tell org to use those?
>
> Uwe Brauer 

  reply	other threads:[~2016-04-10 15:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-10 13:00 the role of org-odt-preferred-output-format etc Uwe Brauer
2016-04-10 13:22 ` Eric Abrahamsen
2016-04-10 13:41   ` Uwe Brauer
2016-04-10 15:09     ` Ken Mankoff [this message]
2016-04-10 15:52       ` Uwe Brauer
2016-04-10 16:21         ` Ken Mankoff
2016-04-10 16:30           ` Uwe Brauer
2016-04-12  9:30           ` Uwe Brauer
2016-04-11  7:56       ` Rasmus

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=m28u0lwldy.fsf@client-104-39-41-160.mobility.psu.edu \
    --to=mankoff@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=oub@mat.ucm.es \
    /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).