emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] keep newlines on pdf export


From: Nick Dokos
Subject: Re: [Orgmode] keep newlines on pdf export
Date: Sun, 13 Dec 2009 22:40:52 -0500

Eraldo Helal <address@hidden> wrote:

> When I export an org file like the following to pdf:
> test.org
> > line1
> > line2
> > line3
> 
> what I get is:
> test.pdf
> > line1 line2 line3
> 
> however, I would like to get the following in the pdf:
> test.pdf
> > line1
> > line2
> > line3
> 
> How can I get pdf export to keep my org newlines?
> Remark: I do have "\n:t" set in my options line.
> 

Not sure whether this actually went in or not: see

    http://thread.gmane.org/gmane.emacs.orgmode/18823

Also I messed up the syntax of obeylines before - it should
look like this:

#+LATEX: {\obeylines %}
line1
line2
line3
#+LATEX: }

Nick




reply via email to

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