emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Comments in tangled source


From: aditya siram
Subject: [Orgmode] Comments in tangled source
Date: Fri, 3 Sep 2010 22:54:08 -0500

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 the source like so:

-- Comments about root
main = print "hello world"

but I don't get this. What am I doing wrong?

thanks ...
-deech


reply via email to

[Prev in Thread] Current Thread [Next in Thread]