emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: footnote conflicts with code export to pdf
@ 2011-10-23  2:55 zwz
  2011-10-23  3:02 ` Nick Dokos
  0 siblings, 1 reply; 5+ messages in thread
From: zwz @ 2011-10-23  2:55 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-25 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-23  2:55 BUG: footnote conflicts with code export to pdf zwz
2011-10-23  3:02 ` Nick Dokos
2011-10-24  6:23   ` zwz
2011-10-24 19:01     ` Nick Dokos
2011-10-25 13:54       ` zwz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).