X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=doi-utils.el;fp=doi-utils.el;h=abfa9436aabf9377ed1ded185775ab13920faab4;hp=74c0045c7e94ee4eb240dde49c27551dc56c666b;hb=91014fe9da3996754cf62ffc6177f8813eb38bad;hpb=a88e359712d3a7fdfaf71a23f72034bfa9e05ddb diff --git a/doi-utils.el b/doi-utils.el index 74c0045..abfa943 100644 --- a/doi-utils.el +++ b/doi-utils.el @@ -1,9 +1,11 @@ -;;; doi-utils.el --- DOI utilities for making bibtex entries and downloading PDFs -*- lexical-binding: t; -*- +;;; doi-utils.el --- DOI utilities for making bibtex entries ;; Copyright (C) 2015 John Kitchin ;; Author: John Kitchin ;; Keywords: convenience +;; Version: 0.1 +;; Package-Requires: ((org-ref)) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -30,8 +32,6 @@ ;; - doi-utils-add-bibtex-entry-from-region to add an entry from a highlighed doi to your default bibliography. ;; - doi-utils-update-bibtex-entry-from-doi with cursor in an entry to update its fields. -;; Package-Requires: ((org-ref)) - (require 'json) ;;; Code: