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

2011-10-25 Thread zwz
Nick Dokos writes: > zwz wrote: > > >> >> 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" >> >>

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

2011-10-24 Thread Nick Dokos
zwz wrote: > >> 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. > >>

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

2011-10-23 Thread zwz
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_S

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

2011-10-22 Thread Nick Dokos
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]; >

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

2011-10-22 Thread zwz
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-pr