From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Non-interactive export Date: Thu, 20 Feb 2014 23:12:42 +0100 Message-ID: <53067DDA.5050700@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGbrS-0006ox-E8 for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 17:13:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGbrK-0006pX-Ac for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 17:12:54 -0500 Received: from mout.gmx.net ([212.227.17.21]:53190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGbrK-0006om-1O for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 17:12:46 -0500 Received: from [192.168.0.12] ([37.24.149.248]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MSduu-1Wfngt2KXc-00Rcfu for ; Thu, 20 Feb 2014 23:12:43 +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-orgmode Hi all, I have a server over which I sync my Org files and provide drops for other clients, chiefly iCal and vCard. Therefore I need non-interactive export. Things recently stopped working however, and although I acknowledge it is likely not Org's fault maybe here I can find somewone more into lisp to help me out a bit. In my logs I find, since it stopped working: > Evaluate this gnuplot code block on your system? (yes or no) Which stops the show, waiting for input. Emacs is started with -batch and is given an export script. This so far avoided such questions (from org-babel?) successfully. I have maxima blocks since ages and do not remember having seen this behaviour. Does naybody have an idea what could be going on? The machine does not even have gnuplot. Thanks in advance, Simon