From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: exporting zotxt or orgref links to HTML and ODF Date: Tue, 27 Jan 2015 20:09:42 -0800 Message-ID: <87oapjo8ah.fsf@berkeley.edu> References: <878ugo8i60.fsf@gmx.us> <8761bsp26n.fsf@berkeley.edu> <87h9vc864q.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGJxp-00026f-01 for emacs-orgmode@gnu.org; Tue, 27 Jan 2015 23:10:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGJxl-00064P-QV for emacs-orgmode@gnu.org; Tue, 27 Jan 2015 23:10:48 -0500 Received: from plane.gmane.org ([80.91.229.3]:55185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGJxl-00064I-Ja for emacs-orgmode@gnu.org; Tue, 27 Jan 2015 23:10:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YGJxf-00074C-DJ for emacs-orgmode@gnu.org; Wed, 28 Jan 2015 05:10:39 +0100 Received: from c-67-169-117-151.hsd1.ca.comcast.net ([67.169.117.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jan 2015 05:10:39 +0100 Received: from richard.lawrence by c-67-169-117-151.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jan 2015 05:10:39 +0100 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: emacs-orgmode@gnu.org Rasmus writes: > BTW: Org has an almost-agnostic format for storing citation data via > org-bibtex.el. So perhaps it's easier to go from whatever to > org-bibtex-format and from there to ox-backend-format. I think that's how > pandoc does it as well. Well, that would certainly suit me, as I already store my citation data in org-bibtex format, and generate a .bib file as needed from it. I think Pandoc does something similar with YAML, either in-file or in a separate bibliography file. I do not know if the org-bibtex format will play nicely with non-BibTeX citation databases, though; can anyone speak to that? Best, Richard