From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: [PATCH] org-bibtex, add crossref option to bibtex incollection Date: Sun, 1 May 2011 16:39:30 -1000 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary=Apple-Mail-2--420743632 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGj2x-0003jI-Lx for emacs-orgmode@gnu.org; Sun, 01 May 2011 22:39:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGj2w-00084X-EZ for emacs-orgmode@gnu.org; Sun, 01 May 2011 22:39:39 -0400 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:43234) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QGj2w-00083k-5D for emacs-orgmode@gnu.org; Sun, 01 May 2011 22:39:38 -0400 Received: from cpe-24-94-66-191.hawaii.res.rr.com ([24.94.66.191] helo=[192.168.1.144]) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1QGj2q-0005Fw-Kb for emacs-orgmode@gnu.org; Sun, 01 May 2011 20:39:34 -0600 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode --Apple-Mail-2--420743632 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Aloha all, Org-bibtex is working out nicely. The crossref field was defined in org-bibtex, but not used. The attached patches add the crossref field to reference types that might use it. All the best, Tom --Apple-Mail-2--420743632 Content-Disposition: attachment; filename=0002-lisp-org-bibtex.el-Added-crossref-field-to-other-fie.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0002-lisp-org-bibtex.el-Added-crossref-field-to-other-fie.patch" Content-Transfer-Encoding: quoted-printable =46rom=200b114d137f66ac20a7bca16e0a3a13d9aab7723e=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Tom=20Dye=20=0ADate:=20Sun,=201=20= May=202011=2016:35:24=20-1000=0ASubject:=20[PATCH=202/2]=20*=20= lisp/org-bibtex.el:=20Added=20crossref=20field=20to=20other=20fields=0A=0A= ---=0A=20lisp/org-bibtex.el=20|=20=20=20=204=20++--=0A=201=20files=20= changed,=202=20insertions(+),=202=20deletions(-)=0A=0Adiff=20--git=20= a/lisp/org-bibtex.el=20b/lisp/org-bibtex.el=0Aindex=206859527..b7a1c4a=20= 100644=0A---=20a/lisp/org-bibtex.el=0A+++=20b/lisp/org-bibtex.el=0A@@=20= -143,7=20+143,7=20@@=0A=20=20=20=20=20(:inbook=0A=20=20=20=20=20=20= (:description=20.=20"A=20part=20of=20a=20book,=20which=20may=20be=20a=20= chapter=20(or=20section=20or=20whatever)=20and/or=20a=20range=20of=20= pages.")=0A=20=20=20=20=20=20(:required=20(:author=20:editor)=20:title=20= (:chapter=20:pages)=20:publisher=20:year)=0A-=20=20=20=20=20(:optional=20= (:volume=20:number)=20:series=20:type=20:address=20:edition=20:month=20= :note))=0A+=20=20=20=20=20(:optional=20:crossref=20(:volume=20:number)=20= :series=20:type=20:address=20:edition=20:month=20:note))=0A=20=20=20=20=20= (:incollection=0A=20=20=20=20=20=20(:description=20.=20"A=20part=20of=20= a=20book=20having=20its=20own=20title.")=0A=20=20=20=20=20=20(:required=20= :author=20:title=20:booktitle=20:publisher=20:year)=0A@@=20-151,7=20= +151,7=20@@=0A=20=20=20=20=20(:inproceedings=0A=20=20=20=20=20=20= (:description=20.=20"An=20article=20in=20a=20conference=20proceedings")=0A= =20=20=20=20=20=20(:required=20:author=20:title=20:booktitle=20:year)=0A= -=20=20=20=20=20(:optional=20:editor=20(:volume=20:number)=20:series=20= :pages=20:address=20:month=20:organization=20:publisher=20:note))=0A+=20=20= =20=20=20(:optional=20:crossref=20:editor=20(:volume=20:number)=20= :series=20:pages=20:address=20:month=20:organization=20:publisher=20= :note))=0A=20=20=20=20=20(:manual=0A=20=20=20=20=20=20(:description=20.=20= "Technical=20documentation.")=0A=20=20=20=20=20=20(:required=20:title)=0A= --=20=0A1.7.1=0A=0A= --Apple-Mail-2--420743632 Content-Disposition: attachment; filename=0001-lisp-org-bibtex.el-Add-crossref-option-to-incollecti.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-lisp-org-bibtex.el-Add-crossref-option-to-incollecti.patch" Content-Transfer-Encoding: quoted-printable =46rom=2092f4bbad0d4d17179ad43edb5eed94738c0b2386=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Tom=20Dye=20=0ADate:=20Sun,=201=20= May=202011=2016:20:33=20-1000=0ASubject:=20[PATCH=201/2]=20*=20= lisp/org-bibtex.el:=20Add=20crossref=20option=20to=20incollection=0A=0A= ---=0A=20lisp/org-bibtex.el=20|=20=20=20=202=20+-=0A=201=20files=20= changed,=201=20insertions(+),=201=20deletions(-)=0A=0Adiff=20--git=20= a/lisp/org-bibtex.el=20b/lisp/org-bibtex.el=0Aindex=20f4614fb..6859527=20= 100644=0A---=20a/lisp/org-bibtex.el=0A+++=20b/lisp/org-bibtex.el=0A@@=20= -147,7=20+147,7=20@@=0A=20=20=20=20=20(:incollection=0A=20=20=20=20=20=20= (:description=20.=20"A=20part=20of=20a=20book=20having=20its=20own=20= title.")=0A=20=20=20=20=20=20(:required=20:author=20:title=20:booktitle=20= :publisher=20:year)=0A-=20=20=20=20=20(:optional=20:editor=20(:volume=20= :number)=20:series=20:type=20:chapter=20:pages=20:address=20:edition=20= :month=20:note))=0A+=20=20=20=20=20(:optional=20:crossref=20:editor=20= (:volume=20:number)=20:series=20:type=20:chapter=20:pages=20:address=20= :edition=20:month=20:note))=0A=20=20=20=20=20(:inproceedings=0A=20=20=20=20= =20=20(:description=20.=20"An=20article=20in=20a=20conference=20= proceedings")=0A=20=20=20=20=20=20(:required=20:author=20:title=20= :booktitle=20:year)=0A--=20=0A1.7.1=0A=0A= --Apple-Mail-2--420743632 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-2--420743632--