From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Gauland Subject: Re: [babel] support plantuml Date: Thu, 26 Aug 2010 02:47:09 +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=53917 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoSUt-0002eu-Fv for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 22:47:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoSUr-0005KN-J6 for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 22:47:23 -0400 Received: from lo.gmane.org ([80.91.229.12]:49369) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoSUr-0005Jr-Dm for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 22:47:21 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OoSUn-0007kJ-FF for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 04:47:17 +0200 Received: from 114-134-6-5.rurallink.co.nz ([114.134.6.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 04:47:17 +0200 Received: from mikelygee by 114-134-6-5.rurallink.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 04:47: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 Mike Gauland gmail.com> writes: > I can get an image if I evaluate the block manually (e.g., via 'C-c C-c' with > the cursor on the BEGIN block), but when I export the file the image is > invalid. I figured it out. I was getting extra carriage returns in the file. I've fixed them by setting "coding-system-for-write" to 'no-conversion within the (let). --Mike