From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: BUG: footnote conflicts with code export to pdf Date: Sat, 22 Oct 2011 23:02:24 -0400 Message-ID: <4020.1319338944@alphaville.dokosmarshall.org> References: <87k47wfmbw.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHoKS-0006LW-Rx for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 23:02:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHoKR-0002it-P5 for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 23:02:28 -0400 Received: from g4t0015.houston.hp.com ([15.201.24.18]:32223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHoKR-0002ip-KW for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 23:02:27 -0400 In-Reply-To: Message from zwz of "Sun, 23 Oct 2011 10:55:47 +0800." <87k47wfmbw.fsf@gmail.com> 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: zwz Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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