From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eraldo Helal Subject: keep newlines on pdf export Date: Sun, 13 Dec 2009 02:04:28 +0100 Message-ID: <1bcd1ad60912121704s1cfd465dh95b942c2be78d30a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJctK-0000wP-I0 for emacs-orgmode@gnu.org; Sat, 12 Dec 2009 20:04:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJctG-0000uG-VL for emacs-orgmode@gnu.org; Sat, 12 Dec 2009 20:04:54 -0500 Received: from [199.232.76.173] (port=33276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJctG-0000u8-Rx for emacs-orgmode@gnu.org; Sat, 12 Dec 2009 20:04:50 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:45993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJctG-000114-Ga for emacs-orgmode@gnu.org; Sat, 12 Dec 2009 20:04:50 -0500 Received: by iwn26 with SMTP id 26so1345048iwn.14 for ; Sat, 12 Dec 2009 17:04:48 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-Mode 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.