From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Citations and references in ODT Date: Tue, 14 Jan 2014 14:46:42 +0530 Message-ID: <87d2july85.fsf@gmail.com> References: <87zjn3gmvm.fsf@gmail.com> <86zjmzbepq.fsf@freeenv.ad.medctr.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W306m-0004Q2-IS for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:16:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W306e-0002kW-8I for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:16:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:37438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W306e-0002k8-1c for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 04:16:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W306c-0002ur-4Q for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 10:16:18 +0100 Received: from 115.242.210.2 ([115.242.210.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 10:16:18 +0100 Received: from kjambunathan by 115.242.210.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 10:16:18 +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 Cc: Org-mode , Ken Mankoff Aric Gregson writes: > Ken Mankoff writes: > >> I find the ODT export very useful. Working on another document imported >> from LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is >> it possible for ox-jabref.el to support this even if it does not >> distinguish between the T and P? > > On a similar note, would it be possible to add support for the markdown > style of references? > > [@Authoryear; @anotherauthoryear] > > I have so many like this across files. This will be an one-off change, so I am hesitant to consider this. Side Note: ========== As far as Org is concerned, Citations are not standardized (i.e., They are not defined as part of org-syntax [1]). But, the current practive is to support \cite[]{ } style of markups using non-core, contrib modules like ox-bibtex and ox-jabref. I am interested in considering all suggestions or use-cases that extends or improves upon the current practice. For example, handling of prenote and postnote arguments[2, 3]. [1] http://orgmode.org/worg/dev/org-syntax.html [2] http://permalink.gmane.org/gmane.emacs.orgmode/80846 [3] This would require changes to JabRef *.layout files. > Thanks, Aric