emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Preservation of white space in babel blocks, exporting to PDF


From: Nicolas Goaziou
Subject: Re: [O] Preservation of white space in babel blocks, exporting to PDF
Date: Fri, 31 Jan 2014 23:25:37 +0100

John Hendy <address@hidden> writes:

> Here's the test file:
>
> #+begin_src org
>
> #+latex_class: beamer
> #+options: toc:nil latex:t tex:t H:1
> #+latex_class_options: [presentation]
>
> * Slide
>
> #+begin_src R
> a <- "Test of whitespace preservation"
>
> b <- cat("Let's see what happens when we spill",
>          "onto multiple lines but want the text",
>          "being passed to cat() to be aligned")
>
> #+end_src
>
> #+end_src
>
> It doesn't show up that well, but with fixed-font, the quotation is
> aligned for all three lines passed to cat().
>
> I also checked (from the emacs -Q session) on org-src-preserve-indentation:
>
> #+begin_src M-x help RET v RET org-src-preserve-indentation RET
>
> org-src-preserve-indentation is a variable defined in `org-src.el'.
> Its value is t
> Original value was nil
>
> #+end_src
>
> I attached the resultant output.

I cannot reproduce the problem.

Please look at the TeX source instead of the PDF. What did you expect
instead?


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]