1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00

* lisp/org-bibtex.el: Add crossref option to incollection

This commit is contained in:
Tom Dye 2011-05-01 16:20:33 -10:00 committed by Eric Schulte
parent c446b4dfbe
commit 1ee59008e8

View File

@ -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)