From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Export hangs on 'Evaluation Disabled' Date: Wed, 13 Mar 2013 11:19:17 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFjS1-0005Ib-S5 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 07:02:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFjS0-0001Xy-BM for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 07:02:29 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:39481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFjS0-0001XG-4y for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 07:02:28 -0400 Received: from lk.92.63.17.213.dc.cable.static.lj-kabel.net ([92.63.17.213] helo=Celebrian.local) by b1.hitrost.net with esmtpa (Exim 4.80) (envelope-from ) id 1UFild-0008mT-UF for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 11:18:42 +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: Emacs Org mode Hi, When exporting a document containing source blocks, I'm queried for evaluation. When I say no, export tends to hang. (I rarely export documents with code, so I'm not certain what behaviors to expect. I'm confused that I'm queried for evaluation when I've set :exports code, but maybe that's normal behavior.) When I set #+PROPERTY: eval no-export the mini-buffer shows some fast activity followed by the message 'Evaluation Disabled', and Emacs hangs until I abort the export with C-g. I'm using Org-mode version 8.0-pre (release_8.0-pre-41-g14c339), Gnu Emacs 24.2.1, Mac OSX 10.6.8. Yours, Christian