From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: BUG: footnote conflicts with code export to pdf Date: Sun, 23 Oct 2011 10:55:47 +0800 Message-ID: <87k47wfmbw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHo7G-00054d-PZ for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 22:48:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHo7F-0001EA-RK for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 22:48:50 -0400 Received: from lo.gmane.org ([80.91.229.12]:52247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHo7F-0001E2-CR for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 22:48:49 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RHo7B-0005JA-Gs for emacs-orgmode@gnu.org; Sun, 23 Oct 2011 04:48:45 +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 ; Sun, 23 Oct 2011 04:48:45 +0200 Received: from zhangweize by 60.191.28.52 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Oct 2011 04:48:45 +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 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.