emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BUG: footnote conflicts with code export to pdf


From: zwz
Subject: Re: [O] BUG: footnote conflicts with code export to pdf
Date: Mon, 24 Oct 2011 14:23:06 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Nick Dokos <address@hidden> writes:

> zwz <address@hidden> 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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]