emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <eric.schulte@gmx.com>
To: R.M.Krug@gmail.com
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: var expansion on tangling only once per file
Date: Wed, 11 Apr 2012 10:15:55 -0400	[thread overview]
Message-ID: <87sjgaux10.fsf@gmx.com> (raw)
In-Reply-To: <4F7EBCDA.8010303@gmail.com> (Rainer M. Krug's message of "Fri, 06 Apr 2012 11:52:26 +0200")

This is not currently possible, and any conceivable implementation would
be necessarily complex requiring a good deal of cross-buffer
coordination.

Would it be possible to simply only declare the variable in a header
argument applying to the first code block?  Using a session would keep
that variables state through all subsequent code blocks.

Best,

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

> Hi
>
> I have a file wide variable defined and tangle several source blockd into one file.
>
> BNo the variable is expanded in each block.
>
> Would it be possible to have the expansion at the beginning of the file and nod be repeated, as
> this can cause problems?
>
> The following org code
>
> #+PROPERTY: tangle test.R
> #+PROPERTY: var TheVar=99
>
> * Part one
> #+begin_src R :tabgle:
>   x <- 1
> #+end_src
> * Problem
> #+begin_src R
>   y <- list(
>       x = 1,
> #+end_src
> * Problem continued
> #+begin_src R
>       x <- 3
> )
> #+end_src
>
> results in an error in R due to the repeated "TheVar <- 99" in the list definition.
>
> Org-mode version 7.8.08 (release_7.8.07.213.ge6fdf) from git this morning
>
> If I remember correctly, this sneeked in quite recently.
>
> Thanks,
>
> Rainer

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

  reply	other threads:[~2012-04-11 17:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-06  9:52 var expansion on tangling only once per file Rainer M Krug
2012-04-11 14:15 ` Eric Schulte [this message]
2012-04-12  7:41   ` Rainer M Krug
2012-04-12 11:18     ` Olaf.Hamann

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=87sjgaux10.fsf@gmx.com \
    --to=eric.schulte@gmx.com \
    --cc=R.M.Krug@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).