From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: :exports not being respected Date: Wed, 10 Aug 2016 06:27:43 +0530 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXHqF-0007L1-Ho for emacs-orgmode@gnu.org; Tue, 09 Aug 2016 20:57:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXHqB-0003or-5x for emacs-orgmode@gnu.org; Tue, 09 Aug 2016 20:57:54 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:34677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXHqA-0003oR-RN for emacs-orgmode@gnu.org; Tue, 09 Aug 2016 20:57:51 -0400 Received: by mail-pa0-x22e.google.com with SMTP id fi15so10116686pac.1 for ; Tue, 09 Aug 2016 17:57:49 -0700 (PDT) Received: from [192.168.1.37] ([59.176.42.82]) by smtp.gmail.com with ESMTPSA id d185sm58669626pfd.80.2016.08.09.17.57.46 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Aug 2016 17:57:48 -0700 (PDT) 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" To: org-mode mailing list I have a with just the following header, and it is not respecting = :exports in my R source blocks. The pdf file created has source code as = well as the results. What is wrong? Has the syntax changed again? I have not done anything = with org-export-babel-evaluate. #+TITLE: Title of this document #+TODO: NOTES EXERCISE | DONE #+OPTIONS: toc:nil #+LATEX_CLASS: article #+PROPERTY: header-args :eval never-export #+PROPERTY: header-args :session ec404 I am on Org-mode version 8.3.5 (release_8.3.5-1026-g096f42) Vikas