From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederick Giasson Subject: Re: HTML export with ":export" parameter with Orgmode 9.0 Date: Fri, 11 Nov 2016 13:15:20 -0500 Message-ID: <98645dec-97ad-3d3f-3b1a-291c0dce122d@fgiasson.com> References: <74a9bf69-d19e-1528-22ce-f9833d8dd0ed@fgiasson.com> <87mvh6fjiv.fsf@nicolasgoaziou.fr> <9157621c-3c48-8661-9bfb-0f8dadd99357@fgiasson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5GMK-0002nT-MR for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 13:15:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5GMG-0004uF-4a for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 13:15:28 -0500 Received: from s052.panelboxmanager.com ([72.55.186.33]:56069) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c5GMG-0004tc-1I for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 13:15:24 -0500 Received: from mailnull by s052.panelboxmanager.com with sa-checked (Exim 4.87) (envelope-from ) id 1c5GMC-000czv-Cp for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 13:15:20 -0500 Received: from modemcable199.69-130-66.mc.videotron.ca ([66.130.69.199]:56425 helo=[192.168.0.199]) by s052.panelboxmanager.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1c5GMC-000czh-9X for emacs-orgmode@gnu.org; Fri, 11 Nov 2016 13:15:20 -0500 In-Reply-To: Content-Language: en-US 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: emacs-orgmode@gnu.org Hi Chuck, > even with a minimal init file. > > If you ever set the value of `org-export-babel-evaluate' to nil this > might produce the behavior you describe. Maybe, but as stated in the manual: "Setting the org-export-babel-evaluate variable to nil will ensure that no code blocks are evaluated as part of the export process." From here: http://orgmode.org/manual/Exporting-code-blocks.html The thing is that I indeed want to make sure that the code blocks are evaluated, but to me evaluation of code block is different than what to export from the Org file. It is often the case that I don't want export to evaluate anything, but just to export what is in the Org file's markup (while following what the header parameters say). Thanks, Fred