Alan,

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
>
> How does one suppress the export of header arguments? For reference, I'm
> using Org-mode version 7.9.1.

Confirmed: this is what I see in my browser...

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

Look, our headers appear in the export: #+headers: :exports both

    sd(rnorm(50))

[1] 1.048935
--8<---------------cut here---------------end--------------->8---

Org-mode version 7.9.1 (release_7.9.1-415-g327a4b @ 
d:/home/sva/src/org-mode/lisp/)

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to