Re: [O] Bug: Line breaks in exported LaTeX code [7.8.11]

2012-06-14 Thread Uffe Høgsbro Thygesen
Hi Eric Thanks! No, I hadn't thought of that, silly me. It turns out that the following line in my .emacs caused the problems: (add-hook 'LaTeX-mode-hook 'longlines-mode) So now I have commented that one out and the export works fine and has all the line breaks I had expected. I guess I will

Re: [O] Bug: Line breaks in exported LaTeX code [7.8.11]

2012-06-14 Thread Eric S Fraga
Uffe Høgsbro Thygesen u...@aqua.dtu.dk writes: Hi Eric Thanks! No, I hadn't thought of that, silly me. It turns out that the following line in my .emacs caused the problems: (add-hook 'LaTeX-mode-hook 'longlines-mode) Interesting. I do not understand why longlines-mode should cause this

Re: [O] Bug: Line breaks in exported LaTeX code [7.8.11]

2012-06-13 Thread Eric S Fraga
Uffe Høgsbro Thygesen u...@aqua.dtu.dk writes: Greetings Orgs When exporting an .org file to LaTeX, no line breaks are inserted into the LaTeX source code. With default options from a fresh install, the LaTeX code will not compile, because documentclass information appears on the first line