]> git.donarmstrong.com Git - org-ref.git/blobdiff - doi-utils.el
shortened description
[org-ref.git] / doi-utils.el
index 74c0045c7e94ee4eb240dde49c27551dc56c666b..abfa9436aabf9377ed1ded185775ab13920faab4 100644 (file)
@@ -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 <jkitchin@andrew.cmu.edu>
 ;; 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: