Alan Lue,

Alan Lue wrote:
> I find that code block header arguments specified with `#+HEADERS:'
> consistently appear in the exported document. For example, exporting the
> following document to PDF or HTML will include the "exports" header in
> the output:
>
> * Manifestation of Problem
>
>   Look, our headers appear in the export:
>   #+headers: :exports both
>   #+BEGIN_SRC R :results output
>     sd(rnorm(50))
>   #+END_SRC

However, that does _not_ happen if you put your text/code in column 0:

--8<---------------cut here---------------start------------->8---
* Manifestation of Problem

Look, our headers appear in the export:

#+headers: :exports both
#+begin_src R :results output
  sd(rnorm(50))
#+end_src
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to