From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: bug exporting code blocks to html Date: Mon, 22 Mar 2010 12:40:23 -0600 Message-ID: <87pr2w2oa0.fsf@gmail.com> References: <4B87C403.9020901@ifi.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ntp5g-000504-Fz for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 17:23:16 -0400 Received: from [140.186.70.92] (port=34273 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ntp5f-0004zL-A7 for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 17:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ntp5d-0003eq-Ry for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 17:23:15 -0400 Received: from mail-fx0-f210.google.com ([209.85.220.210]:44271) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ntp5d-0003em-Li for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 17:23:13 -0400 Received: by fxm2 with SMTP id 2so1513707fxm.26 for ; Mon, 22 Mar 2010 14:23:12 -0700 (PDT) In-Reply-To: <4B87C403.9020901@ifi.uio.no> ("Martin G. \=\?utf-8\?Q\?Skj\=C3\=A6\?\= \=\?utf-8\?Q\?veland\=22's\?\= message of "Fri, 26 Feb 2010 13:52:19 +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: =?utf-8?Q?Martin_G=2E_Skj=C3=A6veland?= Cc: emacs-orgmode Hi Martin, This appears to be a bug in org-mode at large, rather than anything specifically babel related. notice that the following slight alteration of your new reference syntax works as expected #+begin_src xml -n -r -l "ref:%s" ref:imp #+end_src Line no. [[(imp)]] is important! Best -- Eric "Martin G. Skj=C3=A6veland" writes: > Hi, > > when I export > > -----------------------------------start > * test > #+begin_src xml -n -r -l "" > > > > #+end_src > > Line no. [[(imp)]] is important! > -----------------------------------end > > to html I get (copying from my browser) > > -----------------------------------start > 1 test > > 1: > 2: > 3: > > Line no. nil is important! > -----------------------------------end > > I would like "" in line 2 of the block to be removed > from output and the last line to read "Line no. 2 is important!". > > Thanks! > > Martin > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode