]> git.donarmstrong.com Git - org-ref.git/blobdiff - org-ref.org
add documentation to html export variable
[org-ref.git] / 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