X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.org;h=100f8da9f18d575bb5f1e9f375a02dc2adc482db;hp=0cd567a69a30a6119015fbfd1b43acbecc031239;hb=8e897eaae0ed4151ed7de671b7fd19837a4de21c;hpb=a68349f9503f2bb74321fe9a8a422d1e81400c2e diff --git a/org-ref.org b/org-ref.org index 0cd567a..100f8da 100644 --- a/org-ref.org +++ b/org-ref.org @@ -28,11 +28,16 @@ With helm integration (default) you can: ** Header #+BEGIN_SRC emacs-lisp :tangle org-ref.el -;;; org-ref.el --- setup bibliography, cite, ref and label org-mode links. +;;; org-ref.el --- cite and cross-reference in org-mode ;; Copyright(C) 2014 John Kitchin ;; Author: John Kitchin +;; URL: https://github.com/jkitchin/org-ref +;; Version: 0.1 +;; Keywords: org-mode, cite, ref, label +;; Package-Requires: ((dash) (helm) (helm-bibtex)) + ;; This file is not currently part of GNU Emacs. ;; This program is free software; you can redistribute it and/or @@ -52,11 +57,13 @@ With helm integration (default) you can: ;;; Commentary: ;; -;; Lisp code to setup bibliography cite, ref and label org-mode links. also -;; sets up reftex and helm for org-mode citations. The links are clickable and -;; do things that are useful. You should really read org-ref.org for details. +;; Lisp code to setup bibliography cite, ref and label org-mode links. +;; also sets up reftex and helm for org-mode citations. The links are +;; clickable and do things that are useful. You should really read +;; org-ref.org for details. ;; -;; Package-Requires: ((dash) (helm) (helm-bibtex)) + +;;; Code: #+END_SRC ** requires @@ -3819,6 +3826,8 @@ _o_: Open entry _e_: Email entry and pdf * End of code #+BEGIN_SRC emacs-lisp :tangle org-ref.el (provide 'org-ref) + +;;; org-ref.el ends here #+END_SRC * Build :noexport: