From 1ee59008e87748332b4a1fc1554dbc178bbb2d40 Mon Sep 17 00:00:00 2001 From: Tom Dye Date: Sun, 1 May 2011 16:20:33 -1000 Subject: [PATCH] * lisp/org-bibtex.el: Add crossref option to incollection --- lisp/org-bibtex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index d3eb6ebcb..2eefd023b 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) -- 2.11.4.GIT