From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: org-ref update Date: Mon, 16 Mar 2015 20:20:49 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXfFh-0002JF-5w for emacs-orgmode@gnu.org; Mon, 16 Mar 2015 20:21:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXfFc-0002h3-8j for emacs-orgmode@gnu.org; Mon, 16 Mar 2015 20:20:57 -0400 Received: from smtp.andrew.cmu.edu ([128.2.105.204]:48367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXfFc-0002go-3O for emacs-orgmode@gnu.org; Mon, 16 Mar 2015 20:20:52 -0400 Received: from Johns-MacBook-Air.local (c-67-186-28-151.hsd1.pa.comcast.net [67.186.28.151]) (user=jkitchin mech=PLAIN (0 bits)) by smtp.andrew.cmu.edu (8.14.8/8.14.8) with ESMTP id t2H0KnVT001755 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 16 Mar 2015 20:20:50 -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: emacs-orgmode Mailinglist Hi all, The org-ref code is finally all in emacs-lisp! This should make it much easier to install, and is another step closer to getting org-ref into MELPA. The code can be found at https://github.com/jkitchin/org-ref There are some relatively new features in org-ref if you have not been following the bleed edge: - New colored org-ref links to differentiate them from other org-links. Citations are greenish, refs and labels are maroonish. - Context messages about links. With your cursor on a cite, ref or label link you will get a context message, e.g. a formatted citation, some context about the label a ref refers to, or a count of the labels in the mini-buffer. - There is now an org-ref menu in the Org menu. - There is a new org-ref-help function that opens an org-file of org-ref documentation. - Pretty thorough integration of helm throughout org-ref, and some integration of hydra. - A few utility libraries: doi-utils, isbn, wos, pubmed, arxiv, jmax-bibtex, sci-id, x2bib. Not all these are new, but if you didn't know about them, check them out. - Cask integration. This mostly provides access to testing and dependencies right now. org-ref is also now tested continuously at https://travis-ci.org/jkitchin/org-ref (although, there are no tests of substance yet, it at least checks that you can load it ;). Read more at: http://kitchingroup.cheme.cmu.edu/blog/2015/03/16/Update-on-org-ref-it-is-now-all-emacs-lisp/ -- Professor John Kitchin Department of Chemical Engineering Carnegie Mellon University @johnkitchin http://kitchingroup.cheme.cmu.edu