From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Lue Subject: Re: Code Block Headers Appear in Export Date: Sun, 30 Sep 2012 22:52:24 -0700 Message-ID: <87zk46hh7r.fsf@rye.gateway.2wire.net> References: <87wqzc4fwr.fsf@rye.gateway.2wire.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIYvd-0002Rv-6l for emacs-orgmode@gnu.org; Mon, 01 Oct 2012 01:52:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIYvc-0004sM-7h for emacs-orgmode@gnu.org; Mon, 01 Oct 2012 01:52:29 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:38471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIYvc-0004sG-2D for emacs-orgmode@gnu.org; Mon, 01 Oct 2012 01:52:28 -0400 Received: by obcva7 with SMTP id va7so5254373obc.0 for ; Sun, 30 Sep 2012 22:52:27 -0700 (PDT) In-Reply-To: <87wqzc4fwr.fsf@rye.gateway.2wire.net> (Alan Lue's message of "Sat, 29 Sep 2012 15:34:28 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Following up. Does anyone else see this behavior? Headers always appear in the export whenever my document includes a code block with a separate `#+HEADERS:' line. Alan Lue writes: > 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.