emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Code Block Headers Appear in Export


From: Sebastien Vauban
Subject: Re: [O] Code Block Headers Appear in Export
Date: Mon, 01 Oct 2012 10:02:03 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (windows-nt)

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

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