emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* noweb problem
@ 2011-11-28 20:08 Torsten Anders
  2011-11-28 20:14 ` Eric Schulte
  0 siblings, 1 reply; 3+ messages in thread
From: Torsten Anders @ 2011-11-28 20:08 UTC (permalink / raw)
  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      

#+begin_src sh :noweb yes 
ls <<sh-test-noweb>>
#+end_src    

Did anything perhaps change in the literate programming interface? Apologies if I missed something obvious or if I am victim of some stupid typo. 

Thanks a lot! 

Best wishes,
Torsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-28 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-28 20:08 noweb problem Torsten Anders
2011-11-28 20:14 ` Eric Schulte
2011-11-28 22:07   ` Torsten Anders

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).