From: Ken Mankoff <mankoff@gmail.com>
To: Rasmus <rasmus@gmx.us>
Cc: emacs-orgmode@gnu.org
Subject: Re: Converting a Dissertation Template from docx to .org to use for LaTeX
Date: Wed, 06 May 2015 09:07:16 -0400 [thread overview]
Message-ID: <m2mw1hyhvf.fsf@gmail.com> (raw)
In-Reply-To: <87sibac84g.fsf@gmx.us>
On 2015-05-06 at 06:28, Rasmus <rasmus@gmx.us> wrote:
> Paul Harper <harper.paul.j@gmail.com> writes:
>
>> he other thing is in the end I have to convert from the .tex file to a
>> .docx file using pandoc
>
> Org exports to odt via ox-odt. You can presumably export directly to docx
> using org-odt-convert-processes.
Although I recommend exporting to TeX and then using Pandoc to generate the DOCX file. It seems (to me) to work better and have better support for bibliography:
pandoc -f latex -t docx -o foo.docx --bibliography foo.bib foo.tex
-k.
next prev parent reply other threads:[~2015-05-06 13:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 15:58 Converting a Dissertation Template from docx to .org to use for LaTeX Paul Harper
2015-05-04 16:17 ` Rasmus
2015-05-04 16:20 ` Ken Mankoff
2015-05-05 21:18 ` Paul Harper
2015-05-06 10:28 ` Rasmus
2015-05-06 13:07 ` Ken Mankoff [this message]
2015-05-08 19:05 ` Eduardo Mercovich
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=m2mw1hyhvf.fsf@gmail.com \
--to=mankoff@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rasmus@gmx.us \
/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).