From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Pandoc users, how do you use it with org-mode, and why? Date: Wed, 21 May 2014 20:49:01 +0200 Message-ID: References: <878upv56dq.fsf@ucl.ac.uk> Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnBZk-0003LE-K8 for emacs-orgmode@gnu.org; Wed, 21 May 2014 14:49:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnBZc-0000ZD-3v for emacs-orgmode@gnu.org; Wed, 21 May 2014 14:49:16 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:36976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnBZb-0000Z2-Uk for emacs-orgmode@gnu.org; Wed, 21 May 2014 14:49:08 -0400 Received: by mail-ee0-f45.google.com with SMTP id d49so1907986eek.32 for ; Wed, 21 May 2014 11:49:06 -0700 (PDT) In-Reply-To: <878upv56dq.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: org-mode mailing list , Grant Rettke >>=20 >> Lately been hearing great things about Pandoc's ability to export to = ebook >> formats and more. >>=20 >> Folks that use both Pandoc and org-mode: how do you use them = together, and >> why? >=20 > I've only recently started using pandoc and I have exactly one use = case: > the need, in some cases, to produce a .docx document with > mathematics. Pandoc will convert LaTeX to docx and handles equations > reasonably well (not perfect but better than any other alternative I > have found to date). The LaTeX generated by org is usually perfectly > fine. >=20 Pandoc to docx/odt conversion handles bibtex/biblatex citations, which = built-in org to odt/docx conversion does not. =20 Vikas=