From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: Citeproc-java: Batch processing of citations Date: Sun, 08 Mar 2015 00:13:57 +0530 Message-ID: <54FB46ED.5010602@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]:36959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUJfk-0001hI-Qy for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 13:42:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUJfg-0001WM-9Y for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 13:42:00 -0500 Received: from plane.gmane.org ([80.91.229.3]:58417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUJfg-0001WA-2A for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 13:41:56 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YUJfd-0002gp-E5 for emacs-orgmode@gnu.org; Sat, 07 Mar 2015 19:41:53 +0100 Received: from 223.180.117.60 ([223.180.117.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Mar 2015 19:41:53 +0100 Received: from vaidheeswaran.chinnaraju by 223.180.117.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Mar 2015 19:41:53 +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 Michel I am investigating the possibility of using citeproc-java within Emacs/Org-mode[1]. citeproc-java is easy to use and is quite promising. Will you be open to making some enhancements that would enable BATCH processing of citations. ---------------------------------------------------------------- With NO citation ids, generate a list of Citations for all the keys .bib database. # citeproc-java -s chicago-author-date -b ~/biblatex-examples.bib -f html -c (n.d.) (Gerhardt 2000) (Knuth 1986) (Knuth 1986a) (Knuth 1986b) (Knuth 1984) (Knuth 1986c) (Aristotle 1877) (Nussbaum 1978) ---------------------------------------------------------------- Allow `-c' option to take a bunch of "multicites" as below. # citeproc-java -s chicago-author-date -b ~/biblatex-examples.bib -f html -c westfahl:space,wilde worman,yoon sorace (Westfahl, n.d.; Wilde 1899) (Worman 2002; Yoon et al. 2006) (Sorace, Reinhardt, and Vaughn 1997) ---------------------------------------------------------------- Include a `-f' option where a subset of keys (that ACTUALLY occur in a Org document) are specified. Think of `-f' as a filtered list of keys. ---------------------------------------------------------------- [1] http://Orgmode.org