From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: export ICal without evaluate code block Date: Wed, 26 Feb 2014 22:21:55 +0100 Message-ID: <87txblr2mk.fsf@gmail.com> References: <20140224223948.GA9224@localhost> <87y50yrm97.fsf@gmail.com> <530E47CE.9020209@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIlv9-000662-AH for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 16:21:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIlv3-00013Q-E3 for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 16:21:39 -0500 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:48192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIlv3-00013K-6V for emacs-orgmode@gnu.org; Wed, 26 Feb 2014 16:21:33 -0500 Received: by mail-we0-f178.google.com with SMTP id q59so2130349wes.37 for ; Wed, 26 Feb 2014 13:21:32 -0800 (PST) In-Reply-To: <530E47CE.9020209@gmx.de> (Simon Thum's message of "Wed, 26 Feb 2014 21:00:14 +0100") 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: Simon Thum Cc: OSiUX , emacs-orgmode@gnu.org Hello, Simon Thum writes: > I have some worries here; Why is it so hard to avoid > evaluation/modification in org files during export? I don't think it is. There is a single variable to switch in order to control this: `org-export-babel-evaluate'. Do you think that it doesn't behave as expected? > I use -batch, I would have tought that was enough, but if I'm getting > your answer below right, then setting those 2 parameters is not enough > either, because some backends fiddle with them? > > I have searched the docs but did not find anything about backends > overriding these settings. Besides `icalendar' in a very specific configuration (when exporting a calendar, not a single document) I don't think any back-end overwrites the previous variable. Regards, -- Nicolas Goaziou