On 2015-05-06 at 06:28, Rasmus <[email protected]> wrote: > Paul Harper <[email protected]> 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.
