]> git.donarmstrong.com Git - org-ref.git/commitdiff
add documentation to html export variable
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Sun, 10 Aug 2014 19:30:09 +0000 (15:30 -0400)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Sun, 10 Aug 2014 19:30:09 +0000 (15:30 -0400)
org-ref.org

index b1eedee0ccf833f481561b083760c1f30a286c4f..0022b10a05ea46532f130b6a980eb280b11f3f3f 100644 (file)
@@ -93,7 +93,7 @@ There are some variables needed later to tell this library where you store your
 
 (defcustom org-ref-bibliography-entry-format
   "%a, %t, <i>%j</i>, <b>%v(%n)</b>, %p (%y). <a href=\"%U\">link</a>. <a href=\"http://dx.doi.org/%D\">doi</a>."
-  "string to format an entry. Just the reference, no numbering at the beginning, etc..."
+  "string to format an entry. Just the reference, no numbering at the beginning, etc... see the `org-ref-reftex-format-citation' docstring for the escape codes."
   :type 'string
   :group 'org-ref)
 #+END_SRC