From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: org-ref code Date: Thu, 1 May 2014 14:30:35 +0100 Message-ID: <87eh0d62ys.fsf@ucl.ac.uk> References: <878uql7r7p.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfr4e-0001cS-VI for emacs-orgmode@gnu.org; Thu, 01 May 2014 09:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wfr4U-00084F-6C for emacs-orgmode@gnu.org; Thu, 01 May 2014 09:30:52 -0400 Received: from mail-db3lp0083.outbound.protection.outlook.com ([213.199.154.83]:11480 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfr4T-000826-Hx for emacs-orgmode@gnu.org; Thu, 01 May 2014 09:30:41 -0400 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: John Kitchin Cc: "emacs-orgmode@gnu.org" On Thursday, 1 May 2014 at 08:47, John Kitchin wrote: [...] Hi John, thanks for your quick response! > an alternative would be to use a prefix command that gave you an option to > change the cite format, similar to the minibuffer menu for cite links. I > have not written much prefix code before, but I will try that out. This would be good, with many a way of stating the default one would like? For instance, for grant proposals, I often use autocite in biblatex for generating citations as footnotes whereas for research papers I use cite most often. > In the end, the link definitions can be as short as this: > > #+BEGIN_SRC emacs-lisp :tangle org-ref.el > (org-add-link-type > "cite" > 'org-ref-cite-onclick-minibuffer-menu > 'org-ref-cite-link-format) > #+END_SRC My comment was not so much the definitions you used but that you were overwriting those that I had already defined. Your definitions were arguably better than mine so maybe I was being a bit picky here... :) > I wrote this for my research group to use, and eventually the links have to > be defined somewhere. I am not sure what the best place would be. It is an > interesting issue of reproducibility though. Two people with different link > definitions would get different results. Yes, this is true but there is so much that can be customised in org that you will never have reproducibility at this level (e.g. handling of latex snippets, code listings, even latex classes). I would leave something like this to a separate set of code that is not part of org-ref. > It should be easy enough to make an addbibresource link that does the same > thing as the bibliography link. And maybe to modify the find-bibliography > code to check for that too. I have never used biblatex though, so I dont > have any experience with it. I have only started using biblatex recently, and that was because I wanted to use autocite. The only change I had to make was \bibliography to \addbibresource. I still use the same bibtex files. Of course, others may be making more effective use of biblatex... >>> 4. The customisation interface for org-ref-default-bibliography should be >>> list aware... >> > I think I fixed this. Thanks! -- : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-923-g233c11