From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= B. Subject: Re: State of the art in citations Date: Sun, 27 Apr 2014 23:30:19 +0200 Message-ID: <87eh0io3ys.fsf@gaillac.origami> References: <87ppk4ni6i.fsf@gaillac.origami> <87k3aaoo5d.fsf@gaillac.origami> <87fvkyogm4.fsf@gaillac.origami> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeWeb-0000cd-Kr for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 17:30:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WeWeW-0006JG-PB for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 17:30:29 -0400 Received: from contumacia.investici.org ([178.255.144.35]:58500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WeWeW-0006J0-Ei for emacs-orgmode@gnu.org; Sun, 27 Apr 2014 17:30:24 -0400 In-reply-to: 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: julian@hafro.is, emacs-orgmode , Leonard Randall , Ken Mankoff , "Thomas S. Dye" Hi John, This is great ! Way more advanced than anything I have said. > 2. Clickable cite links. If you have a citation link like > cite:key1,key2,key3 you can click on key1 and open the bibliography fil= e to > key1, and you can click on key2 and have it open at key 2. This link wo= uld > export in latex as \cite{key1,key2,key3}. Other cite formats, e.g. cite= p, > citep*, etc... are defined too, but are relatively untested. You can al= so > use completion to enter a bibtex key. This was my main concern, glad to see you can treat the different parts of the links as separate citations, and access their respective bibtex entry. The completion is very handy too. > 9. variables to point to a notes file and pdf directory, and functions = to > jump to your notes and the pdf file from a bibtex entry. I use something similar, but only for the pdf file. I think the open-in-browser function is implemented in the latest bibtex-mode (`bibtex-url` bound to C-c C-l). Bye, Cl=C3=A9ment