From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Re: a more inteligant way of signaling the exporter to start a new line than "\\"? Date: Mon, 19 Oct 2015 17:05:43 +0300 Message-ID: References: <878u6z9e36.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114e608219071b052275a426 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoB4Q-00049d-62 for emacs-orgmode@gnu.org; Mon, 19 Oct 2015 10:05:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoB4J-0000Wx-QR for emacs-orgmode@gnu.org; Mon, 19 Oct 2015 10:05:50 -0400 Received: from mail-yk0-x229.google.com ([2607:f8b0:4002:c07::229]:32925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoB4J-0000Wm-Kr for emacs-orgmode@gnu.org; Mon, 19 Oct 2015 10:05:43 -0400 Received: by yknn9 with SMTP id n9so92216362ykn.0 for ; Mon, 19 Oct 2015 07:05:43 -0700 (PDT) In-Reply-To: <878u6z9e36.fsf@pinto.chemeng.ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Xebar Saram , org mode --001a114e608219071b052275a426 Content-Type: text/plain; charset=UTF-8 Thanks so much Eric that helped me alot :) appreciate it Z On Mon, Oct 19, 2015 at 4:34 PM, Eric S Fraga wrote: > On Monday, 19 Oct 2015 at 16:10, Xebar Saram wrote: > > Hi > > > > This maybe a really stupid neewb question, but when im writing my slides > > and course homework in org and export to reveal html, pdf etc i always > get > > all lines stitched together and the only way i managed to get over this > is > > use a "\\" sign at the end of EACH line. this is really cumbersome. I > > wonder how you more experienced guys deal with this? am i missing > > something? cant the exporter just use emacs lines as lines? why are they > > getting joined during export? > > Essentially you want each line to be a separate "paragraph" so simply > leave a blank line in between: > > #+begin_src org > ,*** Basic data types in R > Decimals values like 4.5 are called numerics > > Natural numbers like 4 are called integers. Integers are also numerics > #+end_src > > -- > : Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3beta-1229-ge900eb > --001a114e608219071b052275a426 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks so much Eric

that helped me alot= :)

appreciate it

Z
=

On Mon, Oct= 19, 2015 at 4:34 PM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote= :
On Monday, 19 Oct 2015= at 16:10, Xebar Saram wrote:
> Hi
>
> This maybe a really stupid neewb question, but when im writing my slid= es
> and course homework in org and export to reveal html, pdf etc i always= get
> all lines stitched together and the only way i managed to get over thi= s is
> use a "\\" sign at the end of EACH line. this is really cumb= ersome. I
> wonder how you more experienced guys deal with this? am i missing
> something? cant the exporter just use emacs lines as lines? why are th= ey
> getting joined during export?

Essentially you want each line to be a separate "paragraph"= ; so simply
leave a blank line in between:

#+begin_src org
=C2=A0 ,*** Basic data types in R
=C2=A0 Decimals values like 4.5 are called numerics

=C2=A0 Natural numbers like 4 are called integers. Integers are also numeri= cs
#+end_src

--
: Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3beta-1229-ge900eb=

--001a114e608219071b052275a426--