From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: exporting documents w/ babel results w/o evaluating babel blocks Date: Fri, 20 May 2016 11:57:37 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3mo6-0004nA-N0 for emacs-orgmode@gnu.org; Fri, 20 May 2016 11:57:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3mo0-0008Ly-RH for emacs-orgmode@gnu.org; Fri, 20 May 2016 11:57:45 -0400 Received: from mail-qk0-x234.google.com ([2607:f8b0:400d:c09::234]:35006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3mo0-0008Lf-KW for emacs-orgmode@gnu.org; Fri, 20 May 2016 11:57:40 -0400 Received: by mail-qk0-x234.google.com with SMTP id n62so61090081qkc.2 for ; Fri, 20 May 2016 08:57:40 -0700 (PDT) Received: from client-75-102-66-133.mobility.psu.edu (client-75-102-66-133.mobility.psu.edu. [75.102.66.133]) by smtp.gmail.com with ESMTPSA id 85sm9030948qhx.38.2016.05.20.08.57.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 May 2016 08:57:38 -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: "emacs-orgmode@gnu.org" Hi List, I'm repeating a question here from a recent bug report because I have a feeling official-looking bug reports might get read less than normal questions. Sorry for the re-post. As of an Org git commit a few weeks ago, Org exporting (and therefore Org) has become basically unusable for me. I used to be able to export code block results without evaluating the block during the export. I can no longer do this. The following headers used to support the above behavior: #+BEGIN_SRC python :exports results :results output #+BEGIN_SRC python :exports results :results file (and possibly with ":session foo" also) Is anyone running the current git head? And if so, can you export a document that consists of the following, or something similar to the following (i.e. do you use ":cache t" or ":cache nil")? #+BEGIN_SRC python :results output :exports results :session foo print("hello, world") #+END_SRC #+RESULTS: : hello, world If you can export this without running the code, what settings are you using? In particular, what is the value of =org-export-babel-evaluate=? Thanks, -k.