emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Rainer M Krug <r.m.krug@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: org-babel-tangle-w-comments has no effect in R?
Date: Thu, 01 Jul 2010 08:41:59 -0700	[thread overview]
Message-ID: <87r5jnqke0.fsf@gmail.com> (raw)
In-Reply-To: <AANLkTimGmW5PI_UAUg7Vs24qZ4IyD5905tfu_oocBqZU@mail.gmail.com> (Rainer M. Krug's message of "Thu, 1 Jul 2010 09:27:54 +0200")

Hi Rainer,

There is one more requirement for tangling with comments, that is the
presence of a :comments header argument.  If this argument is not set
for a code block then that code block *will not* be tangled with
comments regardless of the value of `org-babel-tangle-w-comments'.

You can set this variable to default to true for R code blocks with the
following

  (add-to-list 'org-babel-default-header-args:R '(:comments . "yes"))

Hope this helps.

I think that moving forward it might make sense to remove the
org-babel-tangle-w-comments variable, as it's confusing to have two
points of control for comments during tangling.  Also, it looks like I
need to add the :comments header argument to the babel documentation.

Thanks for helping to sort some of these issues out!

Best -- Eric

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

> Hi
>
> I am trying to use "tangle with comments". Based on a previous thread, I
> set org-babel-tangle-w-comments to t with
>  (setq org-babel-tangle-w-comments t)
> in my emacs.org file.
>
> The variable is actually set to 1 - I checked vie C-h - v
>
> But nothing is changing in the tangled file? Am I doing something wrong? Or
> are comments not supported in R in org-babel?
>
> I attach a small testfile.
>
> Cheers,
>
> Rainer

  reply	other threads:[~2010-07-01 15:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-01  7:27 org-babel-tangle-w-comments has no effect in R? Rainer M Krug
2010-07-01 15:41 ` Eric Schulte [this message]
2010-07-02  7:22   ` Rainer M Krug
2010-07-02 21:02     ` Eric Schulte
2010-07-03 18:34       ` Rainer M Krug

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r5jnqke0.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=r.m.krug@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).