From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [ANN] Bibliography support ODT + JabRef Date: Tue, 30 Jul 2013 10:37:21 +0530 Message-ID: <87y58opree.fsf@gmail.com> References: <87fvvbzlgr.fsf@gmail.com> <87vc40nh59.fsf@gmail.com> <87vc3uonao.fsf@gmail.com> <87ehaihhts.fsf@gmail.com> <87vc3uwo80.fsf@gmail.com> <87ob9mfotu.fsf@gmail.com> <87li4q9dt6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V427y-00068t-C1 for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 01:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V427p-000452-UO for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 01:05:42 -0400 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:37534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V427p-00044s-Nd for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 01:05:33 -0400 Received: by mail-pa0-f52.google.com with SMTP id kq13so6675370pab.25 for ; Mon, 29 Jul 2013 22:05:33 -0700 (PDT) In-Reply-To: (feng shu's message of "Mon, 29 Jul 2013 15:40:45 +0800") 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: feng shu Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Nicolas, just jump to the last para. Feng Shu Please CC the mailing list. I don't mind receiving or replying to one-to-one mails but things that we exchange will be of interest to other members. feng shu writes: > 1. When I add (setq org-odt-data-dir "~/project/org-mode/etc/") to my . > emacs file, it works properly, Thanks! > > 2. Two question: > 1. How can I get uppercite: test^[1] instead of test[1]? > 2. How can I get compressed cite,like: test^[3, 5, 7-10, 16] Thanks for the requests. Numbering is done by ox-jabref.el and not by JabRef application, so these requests can indeed be met with 5-15 minute of effort. But I hesitate to The main problem is there are just too many styles a Bibliographic Reference can be typeset - right from what some standard says, to what my university wants to what I prefer myself. This is where some sort of common agreement - even just among the members of the community - will help. I will keep listening to the conversation and hopefully an opinion will emerge during the course of time. > Forgot to mention: > The speed of converting bib to xml is slow, may be we should introduce > a cache system. If you use "Numbered" transcoders, then the citekeys are processed one by one. So if there are 10 citekeys, then there will be 20 invocations of command line. One way of dealing with this is to choose a transcoder, that doesn't enumerate. In that case the Bibliographic Reference is created enbloc. So the number of command line invocations will reduce to 11 = 10 + 1. The ASCII document that I circulated gives examples of such transcoders. > just like previewing latex snippet. Caching of citekey->XML or whatever transformation is one option. Another option is to just disable citations for casual exports and enable it one for the final output. Something like cite:t for #+OPTIONS. For now you can customize `org-odt-citation-transcoders' so that citation processing is disabled.