From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: [new exporter] :wrap problems Date: Wed, 5 Dec 2012 21:25:47 +0000 (UTC) Message-ID: References: <8738zkut64.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgMTo-0001ub-Sy for emacs-orgmode@gnu.org; Wed, 05 Dec 2012 16:26:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgMTm-0005IQ-R5 for emacs-orgmode@gnu.org; Wed, 05 Dec 2012 16:26:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:47223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgMTm-0005I6-LS for emacs-orgmode@gnu.org; Wed, 05 Dec 2012 16:26:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TgMTv-0007R0-9I for emacs-orgmode@gnu.org; Wed, 05 Dec 2012 22:26:15 +0100 Received: from 218-101-54-25.trimble.co.nz ([218.101.54.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2012 22:26:15 +0100 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Dec 2012 22:26:15 +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@gnu.org Nicolas Goaziou gmail.com> writes: > I only have time for a cursory look at the problem right now, but > I notice one obvious error: ":wrap src fundamental" generates wrong Org > syntax. It should be "#+END_SRC" not "#+END_SRC fundamental". > > I assume that fixing it on the Babel side should make the problem go > away. That seems to do the trick--thanks for spotting it. I'll submit a patch. --Mike