emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment ins


From: Erik Iverson
Subject: Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code
Date: Fri, 28 May 2010 10:47:17 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090812)



## [[file:~/private/R-org-babel/test.org::*cube%20lets%20go%20to%20the][block-2]]

cube <- function(x) {
  # a test comment
  x * x * x * x
}
## block-2 ends here

So, you mean that all three of the comments would no longer appear by default? Or you mean that only my inline function comment would not appear?

Re-reading your post, I think maybe perhaps only my inline comment would *appear*. If this is true, I like the idea.



reply via email to

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