From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Bowen Subject: org-exp-bibtex.el Date: Wed, 20 Mar 2013 16:57:44 +0800 Message-ID: <87txo6o3cn.fsf@cc27y1s.stu.nus.edu.sg> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIEqH-0007WR-IL for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 04:57:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIEqE-0005kR-Ke for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 04:57:53 -0400 Received: from smtp-out.nus.edu.sg ([137.132.14.27]:34395 helo=imsva06.stf.nus.edu.sg) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIEqE-0005jX-0f for emacs-orgmode@gnu.org; Wed, 20 Mar 2013 04:57:50 -0400 Received: from imsva06.stf.nus.edu.sg (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 260B6460128 for ; Wed, 20 Mar 2013 16:58:13 +0800 (SGT) Received: from smtp.nus.edu.sg (unknown [137.132.21.156]) by imsva06.stf.nus.edu.sg (Postfix) with ESMTP id 156CD460122 for ; Wed, 20 Mar 2013 16:58:13 +0800 (SGT) 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: emacs-orgmode With the org-mode 8 new exporter, org-exp-bibtex.el doesn't work any longer. I tried to change export hook to org-export-before-preprocess-hook, but it is more complicated than I hoped. I am looking for a patch, not urgent. Many thanks. Below is my test file. ########################################################### #+BIBLIOGRAPHY: ~/Documents/org-mode/bib/library plain limit:t #+BIBLIOGRAPHY: ~/Documents/org-mode/bib/Books plain limit:t # \bibliographystyle{plain} # \bibliography{~/Documents/org-mode/bib/library, ~/Documents/org-mode/bib/= Books} * An integrated map of genetic variation from 1,092 human genomes. :PROPERTIES: :Custom_ID: Abecasis2012 :BIB: [[bib::Abecasis2012]] :PAPER: [[paper:Abecasis2012][Abecasis2012]] :DATE: [2013-03-20 Wed 16:08] :END: Test\cite{Abecasis2012} ########################################################### Error in *Message* ########################################################### run-hook-with-args: Wrong number of arguments: #[nil "=C6 =C7=8E=C8eb=88=C9= =CA=C8=CB#=83]=CC=CD!=CC=CE!=CF=CC=D0!!=1B=D1=D2=3D=83G=C8=89=89=89@ABC =C8D=89E=83Z=0EE@=89D@=D3=9A=83Q=0EDACBCEA=89E=84=3D*=D4=D5 \"=83=BC=D6=D7!=88=D8=D9!=89F=DA=DB=DC!!GH=DD=8ErGq=88B=C8I=89E=83=9A=0EE@= =89I=DEPc=88EA=89E=84=87+rGq=88=DF=C8=89H=C8=E0%=88,F@B@=E1C=E2FD\"C)=E3=E4= =E1=E5=E6=E7=E8=0B=E9BBBBC =EAPC$\"=E0=3D=84=DA=EB=EC!=88@=C8J=89E=83=F8=0E= E@J=EDJ!=88EA=89E=84=E5.=EE=EF!KrKq=88=F0=8E=F1 L=F2=8E=F3 =F4P!=88eb=88=C9= =F5=C8=CB#=83*=CC=CD!=CC=CE!B B=82=01eb=88=C9=F6=C8=CB#=83>=D1=F7=CB=89#=88= =82-=F8=F9 =FAQ-=82U=0D=FB=3D=85U=FC=0B=FD=FE =FF=B0=CB=89#=88+=82 =0D=D2=3D=85n=D6=81M!=88=D6=81N!*=87" [wconfig oebp-cite-plist opt style fi= le org-export-current-backend current-window-configuration ((set-window-con= figuration wconfig)) nil re-search-forward ...] 11 ("/home/dcslbw/.emacs.d/= el-get/org-exp-bibtex/org-exp-bibtex.elc" . 602) nil], 1 ########################################################### --=20 Sincerely, Li Bowen.