From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Some projects Date: Mon, 26 Oct 2015 19:17:19 +0100 Message-ID: <87vb9tcx5c.fsf@nicolasgoaziou.fr> References: <87wpub9jts.fsf@nicolasgoaziou.fr> <877fmazh2f.fsf@gmail.com> <87fv0x1t49.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqmIz-0007MG-73 for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 14:15:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqmIy-0002mi-6N for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 14:15:37 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:56984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqmIy-0002mF-0m for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 14:15:36 -0400 In-Reply-To: <87fv0x1t49.fsf@berkeley.edu> (Richard Lawrence's message of "Mon, 26 Oct 2015 09:39:50 -0700") 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: Richard Lawrence Cc: emacs-orgmode@gnu.org Richard Lawrence writes: > Yes, this is my understanding, too. In particular, there does not seem > to be an Elisp CSL library, and it would be a lot of work to write > one. Here is a genuine question: what is the difficult part, or if there is none, the longer parts of the work? AFAIU, CSL is XML and we can use libxml for the low-level parsing. Could you give some examples of the UI offered by the citeproc-hs library? Regards,