Hi Rainer,

You could add a function to the `org-babel-post-tangle-hook' to remove
comments from the resulting code file.  Functions on this hook are
called from within the tangled code file.

Best,

Rainer M Krug <r.m.k...@gmail.com> writes:

> Hi
>
> is there a way of skipping comments when exporting R code?
>
> The reason is, that I have roxygen tags in my code, which I do not
> want to bi included when I export the document to a pdf, as they are
> only irritate readers not familiar with roxygen.
> On the other hand, I would like to keep them in the code when
> tangling, as basic documentation and a base for when / if I convert
> the code to a package.
>
> So my question: is there a way of suppressing comments in code on export?
> I am aware that might be difficult, but possibly a parameter
>
> #+PROPERTY: supressLines "##"
>
> which supresses all code lines in code blocks starting with ## would
> be great for this purpose.
>
> Or is there another way of handling this issue?
>
> Rainer

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

Reply via email to