From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aidan Gauland Subject: org-export-string Date: Sun, 31 Oct 2010 06:45:51 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=32809 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCRgD-0003KO-HH for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 02:46:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCRgC-0006XV-A9 for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 02:46:13 -0400 Received: from lo.gmane.org ([80.91.229.12]:37535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCRgC-0006WT-4S for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 02:46:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PCRg6-0006ZT-9a for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 07:46:07 +0100 Received: from 114-134-9-4.rurallink.co.nz ([114.134.9.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2010 07:46:06 +0100 Received: from aidalgol by 114-134-9-4.rurallink.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Oct 2010 07:46:06 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Evaluating (org-export-string "plain plain *bold* plain" "html") prompts me (in the minibuffer) with... File to save in: /tmp/ I can't see any obvious s-exp in the definition of org-export-string that would be bringing up the prompt. Aside from the prompt, this function does exactly what I need. Any idea how I could get rid of the prompt so I can run the function non-interactively? --Aidan