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