From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Anders Subject: noweb problem Date: Mon, 28 Nov 2011 20:08:11 +0000 Message-ID: <98A0366C-39E7-4767-AFDC-25448A273927@beds.ac.uk> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV7Uv-0008Bs-F5 for emacs-orgmode@gnu.org; Mon, 28 Nov 2011 15:08:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RV7Uu-0004Ox-G3 for emacs-orgmode@gnu.org; Mon, 28 Nov 2011 15:08:17 -0500 Received: from smtp.idnet.com ([212.69.40.133]:47881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV7Uu-0004Of-AY for emacs-orgmode@gnu.org; Mon, 28 Nov 2011 15:08:16 -0500 Received: from localhost (unknown [127.0.0.1]) by smtp.idnet.com (Postfix) with ESMTP id 82EDC9FA67 for ; Mon, 28 Nov 2011 20:08:12 +0000 (UTC) Received: from smtp.idnet.com ([127.0.0.1]) by localhost (smtp.idnet.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IH6XutWuK7o0 for ; Mon, 28 Nov 2011 20:08:10 +0000 (GMT) Received: from smtp.idnet.com (template [127.0.0.1]) by smtp.idnet.com (Postfix) with ESMTP id 11DF29FA72 for ; Mon, 28 Nov 2011 20:08:10 +0000 (GMT) Received: from [192.168.0.3] (cust132-dsl91-135-3.idnet.net [91.135.3.132]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.idnet.com (Postfix) with ESMTPS id 000549FA67 for ; Mon, 28 Nov 2011 20:08:09 +0000 (GMT) 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: Org-mode Dear Org babel developers, In the simple test below I would expect that the second cope block = expands to "ls ~", but seemingly it instead expands to "ls" only. What = am I missing? #+srcname: sh-test-noweb #+begin_src sh ~ #+end_src =20 #+begin_src sh :noweb yes=20 ls <> #+end_src =20 Did anything perhaps change in the literate programming interface? = Apologies if I missed something obvious or if I am victim of some stupid = typo.=20 Thanks a lot!=20 Best wishes, Torsten