From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Converting a Dissertation Template from docx to .org to use for LaTeX Date: Wed, 06 May 2015 09:07:16 -0400 Message-ID: References: <87sibac84g.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypz2p-0003qZ-R1 for emacs-orgmode@gnu.org; Wed, 06 May 2015 09:07:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypz2k-0005WU-O0 for emacs-orgmode@gnu.org; Wed, 06 May 2015 09:07:23 -0400 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:33564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypz2k-0005WG-JL for emacs-orgmode@gnu.org; Wed, 06 May 2015 09:07:18 -0400 Received: by qkx62 with SMTP id 62so5136319qkx.0 for ; Wed, 06 May 2015 06:07:18 -0700 (PDT) In-reply-to: <87sibac84g.fsf@gmx.us> 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: Rasmus Cc: emacs-orgmode@gnu.org On 2015-05-06 at 06:28, Rasmus wrote: > Paul Harper 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.