summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Dye <tsd@tsdye.com>2011-05-01 16:20:33 -1000
committerEric Schulte <schulte.eric@gmail.com>2011-05-02 10:23:27 -0600
commit1ee59008e87748332b4a1fc1554dbc178bbb2d40 (patch)
tree2da0a6485c1e1144f7f5eb13850dbfe7e8587bff
parentc446b4dfbeed966f35e61a42542e664638e8fe93 (diff)
downloadorg-mode-1ee59008e87748332b4a1fc1554dbc178bbb2d40.tar.gz
* lisp/org-bibtex.el: Add crossref option to incollection
-rw-r--r--lisp/org-bibtex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index d3eb6eb..2eefd02 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -147,7 +147,7 @@
(:incollection
(:description . "A part of a book having its own title.")
(:required :author :title :booktitle :publisher :year)
- (:optional :editor (:volume :number) :series :type :chapter :pages :address :edition :month :note))
+ (:optional :crossref :editor (:volume :number) :series :type :chapter :pages :address :edition :month :note))
(:inproceedings
(:description . "An article in a conference proceedings")
(:required :author :title :booktitle :year)