From: Torsten Anders <torsten.anders@beds.ac.uk>
To: Org-mode <emacs-orgmode@gnu.org>
Subject: noweb problem
Date: Mon, 28 Nov 2011 20:08:11 +0000 [thread overview]
Message-ID: <98A0366C-39E7-4767-AFDC-25448A273927@beds.ac.uk> (raw)
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
next reply other threads:[~2011-11-28 20:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-28 20:08 Torsten Anders [this message]
2011-11-28 20:14 ` noweb problem Eric Schulte
2011-11-28 22:07 ` Torsten Anders
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=98A0366C-39E7-4767-AFDC-25448A273927@beds.ac.uk \
--to=torsten.anders@beds.ac.uk \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).