emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Using #+NAME for single value, not table?
Date: Fri, 25 Jul 2014 16:48:00 +0200	[thread overview]
Message-ID: <864my57avz.fsf@somewhere.org> (raw)
In-Reply-To: m2bntaho9u.fsf@krugs.de

Rainer M Krug wrote:
> Aaron Ecay <aaronecay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>> 2014ko ekainak 26an, Rainer M Krug-ek idatzi zuen:
>>> 
>>> I use #+NAME to define some parameters for my analysis, which works
>>> quite nice for tables. but I would now like to use the same apprioach
>>> for values, e.g. a single number, but I don't manage. Is this possible?
>>> For illustration a short example:
>>> 
>>> --8<---------------cut here---------------start------------->8---
>>> *** Species names and iespece codes
>>> #+NAME: SPECIES
>>> |         | fullName        | shortName | iespece | IFNName         | color |
>>> |---------+-----------------+-----------+---------+-----------------+-------|
>>> | fagus   | Fagus sylvatica | fagus     |       4 | fagus_sylvatica | red   |
>>> | quercus | Quercus robur   | quercus   |       3 | quercus_robur   | green |
>>> 
>>> *** Random Number Definition
>>> Defines random number generator kind, normal.kind and seed (see set.seed help in R for details)
>>> #+NAME: RNGSEED 
>>> 13
>>> --8<---------------cut here---------------end--------------->8---
>>> 
>>> SPECIES works, but how do I get RNGSEED to be 13?
>>
>> You can use a verbatim block:
>>
>> ,----
>> | #+name: xyz
>> | : hi
>> | 
>> | #+begin_src emacs-lisp :var abc=xyz
>> | (concat "*" abc "*")
>> | #+end_src
>> | 
>> | #+RESULTS:
>> | : *hi*
>> `----
>
> Perfect - this is exactly what I was looking for.

If I'm not mistaken, I see two solutions for you:

    #+name: RNGSEED
    : 13

or

    #+PROPERTY: var RNGSEED=13

Best regards,
  Seb

-- 
Sebastien Vauban

      reply	other threads:[~2014-07-25 14:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 12:27 Using #+NAME for single value, not table? Rainer M Krug
2014-06-26 17:13 ` Thomas S. Dye
2014-06-27  9:51   ` Rainer M Krug
2014-06-27 15:10     ` Nick Dokos
2014-06-27 17:38 ` Aaron Ecay
2014-06-27 18:35   ` Grant Rettke
2014-06-30  7:03   ` Rainer M Krug
2014-07-25 14:48     ` Sebastien Vauban [this message]

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=864my57avz.fsf@somewhere.org \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).