浏览代码

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

Tom Dye 14 年之前
父节点
当前提交
1ee59008e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-bibtex.el

+ 1 - 1
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)