From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: Re: BUG: footnote conflicts with code export to pdf Date: Mon, 24 Oct 2011 14:23:06 +0800 Message-ID: <87lisa3o39.fsf@gmail.com> References: <87k47wfmbw.fsf@gmail.com> <4020.1319338944@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIDpN-0004sC-Pf for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 02:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIDpM-00012s-JL for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 02:16:05 -0400 Received: from lo.gmane.org ([80.91.229.12]:47488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIDpM-00012m-At for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 02:16:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RIDpK-0002gS-VS for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 08:16:02 +0200 Received: from 60.191.28.52 ([60.191.28.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 08:16:02 +0200 Received: from zhangweize by 60.191.28.52 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 08:16:02 +0200 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@gnu.org Nick Dokos writes: > zwz wrote: > >> Steps to reproduce it: >> >> This org file can be exported to pdf correctly. >> #+begin_src org >> * test >> #+BEGIN_SRC c >> void main(){ >> int a; >> } >> #+END_SRC >> #+end >> >> Then you modify it: >> #+begin_src org >> * test >> #+BEGIN_SRC c >> void main(){ >> int a[5]; >> } >> #+END_SRC >> #+end >> >> It says "org-export-latex-preprocess: Wrong type argument: stringp, > nil" >> when you try to export the file. >> >> > > You didn't say what version of org you are using. I cannot reproduce it > in Org-mode version 7.7 (release_7.7.416.g93bd.dirty) > > Nick I am using org-mode 7.7-1 (installed by pacman on Archlinux).