Re: [O] a more inteligant way of signaling the exporter to start a new line than "\\"?

2015-10-19 Thread Eric Abrahamsen
Xebar Saram writes: > Thanks so much Eric > > that helped me alot :) > > appreciate it And, if the time ever comes that you really do want to preserve line breaks for some reason, you can set the org-export-preserve-breaks variable to t, or use the \n:nil OPTIONS line. > > Z > > On Mon, Oct 19,

Re: [O] a more inteligant way of signaling the exporter to start a new line than "\\"?

2015-10-19 Thread Eric S Fraga
On Monday, 19 Oct 2015 at 17:05, Xebar Saram wrote: > Thanks so much Eric > > that helped me alot :) Glad I could help. I had meant to add that what you probably wanted, in any case, was to use lists if the text was intended for slides, as in: #+begin_src org ,*** Basic data types in R - Dec

Re: [O] a more inteligant way of signaling the exporter to start a new line than "\\"?

2015-10-19 Thread Xebar Saram
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 expo

Re: [O] a more inteligant way of signaling the exporter to start a new line than "\\"?

2015-10-19 Thread Eric S Fraga
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 "\\

[O] a more inteligant way of signaling the exporter to start a new line than "\\"?

2015-10-19 Thread Xebar Saram
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 wo