From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22Martin_G=2E_Skj=E6veland=22?= Subject: [babel] problem removing label from src Date: Thu, 12 Nov 2009 08:56:09 +0100 Message-ID: <4AFBBF99.1010001@ifi.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8UX3-0005QB-Tk for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 02:55:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8UWz-0005Na-7r for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 02:55:53 -0500 Received: from [199.232.76.173] (port=60789 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8UWz-0005NP-22 for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 02:55:49 -0500 Received: from mx20.gnu.org ([199.232.41.8]:20945) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8UWy-0001Kf-IU for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 02:55:48 -0500 Received: from mail-out1.uio.no ([129.240.10.57]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8UWw-0005iI-Mb for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 02:55:46 -0500 Received: from mail-mx2.uio.no ([129.240.10.30]) by mail-out1.uio.no with esmtp (Exim 4.69) (envelope-from ) id 1N8UWu-00012J-8L for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 08:55:44 +0100 Received: from 1x-193-157-204-202.uio.no ([193.157.204.202]) by mail-mx2.uio.no with esmtpsa (TLSv1:AES256-SHA:256) user martige (Exim 4.69) (envelope-from ) id 1N8UWt-0007Dt-UG for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 08:55:44 +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 Hi all, I use the -r -l option for source blocks to change the format of labels. This works in org-mode without org-babel, but this does not fully work with org-babel (and I really like org-babel, so that's a shame :) ) The following --------------start--------- #+begin_src xml -n -r -l "" #+end_src Line no. [[(imp)]] is important! --------------end--------- gives me 1: 2: 3: Line no. 2 is important! The label and reference works, but the label is not fully removed. is left behind. Thanks! Martin