|
| From: | zwz |
| Subject: | [O] BUG: footnote conflicts with code export to pdf |
| Date: | Sun, 23 Oct 2011 10:55:47 +0800 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
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.
| [Prev in Thread] | Current Thread | [Next in Thread] |