From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: Multicite syntax Date: Sun, 08 Mar 2015 11:59:22 +0530 Message-ID: <54FBEC42.2060507@gmail.com> Reply-To: vaidheeswaran.chinnaraju@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUUgY-0007dW-Hv for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 01:27:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUUgV-0005S8-B0 for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 01:27:34 -0500 Received: from plane.gmane.org ([80.91.229.3]:34781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUUgV-0005Rj-3n for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 01:27:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YUUgS-0005MO-Cf for emacs-orgmode@gnu.org; Sun, 08 Mar 2015 07:27:28 +0100 Received: from 223.180.107.93 ([223.180.107.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2015 07:27:28 +0100 Received: from vaidheeswaran.chinnaraju by 223.180.107.93 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2015 07:27:28 +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 > Note that, as a consequence, the new object is incompatible with the > previous one, since every citation is a multi-cite citation. See > commit message for details. Just a quick feedback. (:parenthetical nil :begin 807 :post-blank 0 :end 843 :references ((:key "wilde" :prefix nil :suffix nil) (:key "moore" :prefix nil :suffix nil) (:key "westfahl:space" :prefix nil :suffix nil)) :parent #3#) Having a plist for `reference' as opposed to a an Element proper gives me cognitive dissonance. How about replacing this (:key "wilde" :prefix nil :suffix nil) with this instead (reference :key "wilde" :prefix nil :suffix nil :parent ) ^^^^^^^^ ^^^^^^ Each `reference' is transcoded to it's contents in it's own right in ox-jabref. (a) Batch export all cites. In case of citeproc-java it would be batch export each multicite. http://lists.gnu.org/archive/html/emacs-orgmode/2015-03/msg00262.html) (b) Map `reference' to `contents' with transcoding being done by the citation command line. Please confirm whether this change request is possible or not. ---------------------------------------------------------------- You may also want to replace `citaiton' with a `citation-cluster'(or a multicite) and replace `reference' with a `citation'. In effect, a citation-cluster (or a multicite) is one or more citaitons. ----------------------------------------------------------------