From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: exporting zotxt or orgref links to HTML and ODF Date: Thu, 29 Jan 2015 18:41:44 +0530 Message-ID: <4147E993-0CB3-4DAD-9101-DC2A8F1CD1F6@agrarianresearch.org> References: Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGp2i-0002uK-AH for emacs-orgmode@gnu.org; Thu, 29 Jan 2015 08:21:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGp2f-0003oC-3V for emacs-orgmode@gnu.org; Thu, 29 Jan 2015 08:21:56 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:56464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGosx-00007C-RI for emacs-orgmode@gnu.org; Thu, 29 Jan 2015 08:11:51 -0500 Received: by mail-pa0-f50.google.com with SMTP id rd3so38900647pab.9 for ; Thu, 29 Jan 2015 05:11:51 -0800 (PST) In-Reply-To: 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: John Kitchin Cc: org-mode mailing list >=20 > The conversion is not perfect, but it gets pretty far. Probably not = far > enough to use for production except in the simplest cases. >=20 >=20 John, If your main objective is support for citations, why not go from Org to = LaTeX, and then use Pandoc to convert from LaTeX to DocX? Is there an = advantage in going through Markdown instead of LaTeX? In my experiments in going Org->LaTeX->(via Pandoc)DocX, I find Bibtex = citations to work well. But there are other limitations of Pandoc (for = example, lack of support for various LaTeX environments for making = tables). Vikas=20