From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Xebar Saram <zeltakc@gmail.com>
Cc: org mode <emacs-orgmode@gnu.org>
Subject: Re: a more inteligant way of signaling the exporter to start a new line than "\\"?
Date: Mon, 19 Oct 2015 14:34:37 +0100 [thread overview]
Message-ID: <878u6z9e36.fsf@pinto.chemeng.ucl.ac.uk> (raw)
In-Reply-To: CAOQHXPryrqizWw7RRd=R76hJtP=ZudfVyum4ZXdP4=cgWR9+sg@mail.gmail.com
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
next prev parent reply other threads:[~2015-10-19 13:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 13:10 a more inteligant way of signaling the exporter to start a new line than "\\"? Xebar Saram
2015-10-19 13:34 ` Eric S Fraga [this message]
2015-10-19 14:05 ` Xebar Saram
2015-10-19 14:25 ` Eric S Fraga
2015-10-20 3:23 ` Eric Abrahamsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878u6z9e36.fsf@pinto.chemeng.ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
--cc=zeltakc@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.