From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: exporting documents w/ babel results w/o evaluating babel blocks Date: Mon, 23 May 2016 20:34:03 -0500 Message-ID: References: <878addc2b6b14ce99e907921f0985d24@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87a8jkoec6.fsf@ucl.ac.uk> <87wpmomz6x.fsf@ucl.ac.uk> <871t4wd0to.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b51EU-0004ZU-Sy for emacs-orgmode@gnu.org; Mon, 23 May 2016 21:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b51ES-00080L-TT for emacs-orgmode@gnu.org; Mon, 23 May 2016 21:34:05 -0400 Received: from mail-ig0-x22a.google.com ([2607:f8b0:4001:c05::22a]:38135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b51ES-00080F-O5 for emacs-orgmode@gnu.org; Mon, 23 May 2016 21:34:04 -0400 Received: by mail-ig0-x22a.google.com with SMTP id fh2so3008202igd.1 for ; Mon, 23 May 2016 18:34:04 -0700 (PDT) In-Reply-To: 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: "Charles C. Berry" Cc: Nick Dokos , emacs-orgmode On Sun, May 22, 2016 at 4:52 PM, Charles C. Berry wrote: > TL;DR: Org babel headers give excellent control over what gets run, > when it gets run, and how. Users should use them. Definitely! > Don't reset `org-export-babel-evaluate'. Why not? It can be nice to disable org-export-babel-evaluate by setting it to `nil'. That way you separate your workflow into two distinct steps: one for execution and one for weaving. It would be fun to "see" everyone's Org-Mode workflows; I bet there are a lot of nice approaches.