From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Anders Subject: Re: noweb problem Date: Mon, 28 Nov 2011 22:07:53 +0000 Message-ID: <72F7951A-E29D-4347-B1E9-083698825CF7@beds.ac.uk> References: <98A0366C-39E7-4767-AFDC-25448A273927@beds.ac.uk> <871uss3syt.fsf@gmx.com> 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]:52403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV9Mn-00081Y-Nb for emacs-orgmode@gnu.org; Mon, 28 Nov 2011 17:08:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RV9Ml-0000qC-Ht for emacs-orgmode@gnu.org; Mon, 28 Nov 2011 17:08:01 -0500 Received: from smtp.idnet.com ([212.69.40.133]:53570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RV9Ml-0000pd-Dc for emacs-orgmode@gnu.org; Mon, 28 Nov 2011 17:07:59 -0500 In-Reply-To: <871uss3syt.fsf@gmx.com> 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: Eric Schulte Cc: Org-mode Ah, thanks a lot!=20 I should develop the habit of reading the documentation of the = development version when using that version... Best wishes, Torsten On 28 Nov 2011, at 20:14, Eric Schulte wrote: > Hi Torsten, >=20 > The change here is in the naming conventions, "srcname" is no longer a > valid method of naming a code block, try "name" instead. e.g., >=20 > #+name: sh-test-noweb > #+begin_src sh > ~ > #+end_src =20 >=20 > #+begin_src sh :noweb yes=20 > ls <> > #+end_src =20 >=20 > Best, >=20 > Torsten Anders writes: >=20 >> Dear Org babel developers, >>=20 >> 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? >>=20 >> #+srcname: sh-test-noweb >> #+begin_src sh >> ~ >> #+end_src =20 >>=20 >> #+begin_src sh :noweb yes=20 >> ls <> >> #+end_src =20 >>=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 >>=20 >> Best wishes, >> Torsten >>=20 >>=20 >=20 > --=20 > Eric Schulte > http://cs.unm.edu/~eschulte/