[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] R source code, break long lines
From: |
John Hendy |
Subject: |
Re: [O] R source code, break long lines |
Date: |
Tue, 13 May 2014 11:16:04 -0500 |
On Tue, May 13, 2014 at 1:04 AM, Johannes Rainer
<address@hidden> wrote:
> dear all,
>
> I'm extensively using org-mode in combination with R source code blocks. The
> only thing I miss is the possibility to break long lines of R code in the
> exported pdf.
> Is there a way to tell org, or the latex exporter, to have automatic line
> breaks for long lines?
>
I think these are treated as verbatim... so what's in your buffer is
what you'll get in PDF. You might consider editing the block with C-c
' (Ctrl + C, then single quote). From there, when you hit a reasonable
point (<=80 characters), press return and Org will auto-indent things
pretty nicely, at least in my experience with R.
If you get odd results, perhaps check this thread, as I was having
issues with Org exporting the code blocks exactly as I'd typed them:
- https://www.mail-archive.com/address@hidden/msg81100.html
Tl;dr is that you should check the variables
org-src-preserve-indentation, and possibly the variable
indent-tabs-mode.
Best regards,
John
> thanks in advance!
>
> cheers, jo