Re: [Orgmode] Comments in tangled source

2010-09-04 Thread Eric Schulte
Erik Iverson writes: > On 09/03/2010 10:54 PM, aditya siram wrote: >> Hi all, >> I have a heading like this : >> * Root >> Comments about root. >> #+begin_src haskell :noweb yes :comments yes :tangle Main.hs >>main = print "hello world" >> #+end_src >> >> When I tangle the file, I would expec

Re: [Orgmode] Comments in tangled source

2010-09-03 Thread Erik Iverson
On 09/03/2010 10:54 PM, aditya siram wrote: Hi all, I have a heading like this : * Root Comments about root. #+begin_src haskell :noweb yes :comments yes :tangle Main.hs main = print "hello world" #+end_src When I tangle the file, I would expect the "Comments about root" to be a comment above