emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: coderef labels not stripped when tangling
@ 2013-01-23 13:05 Michael Alan Dorman
  2013-01-24  9:27 ` Sebastien Vauban
  2013-02-13 14:21 ` Bastien
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Alan Dorman @ 2013-01-23 13:05 UTC (permalink / raw)
  To: emacs-orgmode

Using Org-mode to write in a literate style is a lot of fun.  When I
read about coderef labels, they seemed likely to make it even better.

The only problem is that they aren't stripped during tangling. If you
tangle this:

#+BEGIN_SRC sh -n -r :noweb tangle :shebang #!/bin/sh :tangle tangle-test.sh
echo "Working" (ref:working) 
#+END_SRC

You end up with:

    #!/bin/sh

    echo "Working" (ref:working)

That seems like a bug.

Mike.

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

end of thread, other threads:[~2013-02-13 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 13:05 BUG: coderef labels not stripped when tangling Michael Alan Dorman
2013-01-24  9:27 ` Sebastien Vauban
2013-01-24 13:45   ` Michael Alan Dorman
2013-01-24 15:19     ` Sebastien Vauban
2013-01-24 15:49     ` Bastien
2013-02-13 14:21 ` Bastien
2013-02-13 16:26   ` Michael Alan Dorman

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).