From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: Comments in tangled source Date: Fri, 3 Sep 2010 22:54:08 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1149518619==" Return-path: Received: from [140.186.70.92] (port=49999 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Orjpa-0006IB-D0 for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 23:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrjpT-0007yQ-KR for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 23:54:12 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45936) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrjpT-0007xv-Ew for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 23:54:11 -0400 Received: by wyb36 with SMTP id 36so2899465wyb.0 for ; Fri, 03 Sep 2010 20:54:10 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1149518619== Content-Type: multipart/alternative; boundary=0016e65a0d46d7a664048f66ff67 --0016e65a0d46d7a664048f66ff67 Content-Type: text/plain; charset=ISO-8859-1 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 --0016e65a0d46d7a664048f66ff67 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,
I have a heading like this :
* Root
Comments about root.<= br>#+begin_src haskell :noweb yes :comments yes :tangle Main.hs
=A0 main= =3D print "hello world"
#+end_src

When I tangle the fi= le, I would expect the "Comments about root" to be a comment abov= e the source like so:

-- Comments about root
main =3D print "hello world"
but I don't get this. What am I doing wrong?

thanks ...
-de= ech

--0016e65a0d46d7a664048f66ff67-- --===============1149518619== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1149518619==--