Hi Seth, Seth Burleigh wrote: > On Sun, Jan 16, 2011 at 9:31 AM, Eric Schulte <span > dir="ltr"><mailto:schulte.e...@gmail.com></span> wrote:
Please try using a decent sender, or at least no HTML. I know this cannot be obvious, though, but look at the results: > #+source: wrappable<br> > #+begin_src emacs-lisp<br> > .(setq x (+ 4 x)) > #+end_src > > #+begin_src emacs-lisp :comments noweb :noweb yes :tangle yes<br> > .(let ((x 1))<br> > . .(message "x=%s" x)<br> > . .<<wrappable>><br> > . .(message "x=%s" x))<br> > #+end_src<br> > > which tangles out the following emacs-lisp > #+begin_src emacs-lisp<br> > .;; > [[file:~/src/babel-dev/scraps.org::*wrap%20noweb%20references%20in%20comments][wrap-noweb-references-in-comments:2]]<br> > .(let ((x 1))<br> > . .(message "x=%s" x)<br> > . .;; > [[file:~/src/babel-dev/scraps.org::*wrap%20noweb%20references%20in%20comments][wrappable]]<br> > . .(setq x (+ 4 x))<br> > . .;; wrappable ends here<br> > . .(message "x=%s" x))<br> > .;; wrap-noweb-references-in-comments:2 ends here<br> > #+end_src<br> > > Cheers -- Eric > </blockquote>Cool! Does it yet support detangling? I tried it out and it said > i wasnt in a tangle code. Your cursor must be on a code line, not on a special "comments" line. I've had the same behavior once. Just move down your cursor one or two lines away... Best regards, Seb -- Sébastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode