Re: [O] BUG: coderef labels not stripped when tangling

2013-02-13 Thread Michael Alan Dorman
Bastien, > Indeed. This show now be fixed (both in maint and master). > Please let us know if not. Thanks so much for this and all the work you do on org. I've finally taken the plunge to learn emacs lisp, so perhaps before long I'll be able to contribute as well. ;) Mike.

Re: [O] BUG: coderef labels not stripped when tangling

2013-02-13 Thread Bastien
Hi Michael, Michael Alan Dorman writes: > 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

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Bastien
Hi Michael, Michael Alan Dorman writes: > It seems counter-intuitive to me that text that is regarded as > meta-information when rendering for presentation is not treated > similarly when tangling---a needless mismatch between the two > processes. I agree this is a bug, and a pretty ugly one I'

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Sebastien Vauban
Michael, Michael Alan Dorman wrote: > "Sebastien Vauban" writes: >> Or a feature, with the consequence that you should put those refs as comments >> (with the appropriate syntax in your language). > > That is an excellent suggestion for resolving my immediate issue that > had not occured to me at

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Michael Alan Dorman
Hi, Sebastien, "Sebastien Vauban" writes: > Or a feature, with the consequence that you should put those refs as comments > (with the appropriate syntax in your language). That is an excellent suggestion for resolving my immediate issue that had not occured to me at all. It believe it does mean

Re: [O] BUG: coderef labels not stripped when tangling

2013-01-24 Thread Sebastien Vauban
Hello Michael, Michael Alan Dorman wrote: > 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

[O] BUG: coderef labels not stripped when tangling

2013-01-23 Thread Michael Alan Dorman
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.s