From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: [babel] support plantuml Date: Sun, 29 Aug 2010 23:02:05 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OpqtL-00060M-No for emacs-orgmode@gnu.org; Sun, 29 Aug 2010 19:02:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OpqtK-0002LZ-Ed for emacs-orgmode@gnu.org; Sun, 29 Aug 2010 19:02:23 -0400 Received: from lo.gmane.org ([80.91.229.12]:40286) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OpqtK-0002LK-7R for emacs-orgmode@gnu.org; Sun, 29 Aug 2010 19:02:22 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OpqtF-000283-Bc for emacs-orgmode@gnu.org; Mon, 30 Aug 2010 01:02:18 +0200 Received: from smtp.airways.co.nz ([210.48.109.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Aug 2010 01:02:17 +0200 Received: from mikelygee by smtp.airways.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Aug 2010 01:02:17 +0200 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 I've run into a minor problem using this under Microsoft Windows. One of my machines puts a space in the temporary folder path, which causes the redirection to fail. I've fixed it locally by applying shell-quote-argument to in-file and out-file in org-bable-execute:plantuml. --Mike