summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Dye <tsd@tsdye.com>2011-05-01 16:35:24 -1000
committerEric Schulte <schulte.eric@gmail.com>2011-05-02 10:23:35 -0600
commit54aa9eb6c07a4dae943f312bed2120f2fdfa2230 (patch)
tree6764fe8c069f937f13d3a818a3cb05883db8a66e
parent1ee59008e87748332b4a1fc1554dbc178bbb2d40 (diff)
downloadorg-mode-54aa9eb6c07a4dae943f312bed2120f2fdfa2230.tar.gz
* lisp/org-bibtex.el: Added crossref field to other fields
-rw-r--r--lisp/org-bibtex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index 2eefd02..311a25d 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -143,7 +143,7 @@
(:inbook
(:description . "A part of a book, which may be a chapter (or section or whatever) and/or a range of pages.")
(:required (:author :editor) :title (:chapter :pages) :publisher :year)
- (:optional (:volume :number) :series :type :address :edition :month :note))
+ (:optional :crossref (:volume :number) :series :type :address :edition :month :note))
(:incollection
(:description . "A part of a book having its own title.")
(:required :author :title :booktitle :publisher :year)
@@ -151,7 +151,7 @@
(:inproceedings
(:description . "An article in a conference proceedings")
(:required :author :title :booktitle :year)
- (:optional :editor (:volume :number) :series :pages :address :month :organization :publisher :note))
+ (:optional :crossref :editor (:volume :number) :series :pages :address :month :organization :publisher :note))
(:manual
(:description . "Technical documentation.")
(:required :title)