Przeglądaj źródła

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

Tom Dye 14 lat temu
rodzic
commit
1ee59008e8
1 zmienionych plików z 1 dodań i 1 usunięć
  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)