emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: tsd@tsdye.com (Thomas S. Dye)
To: R.M.Krug@gmail.com
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: using variables in org text
Date: Thu, 16 Feb 2012 06:05:31 -1000	[thread overview]
Message-ID: <m14nuqpxv8.fsf@tsdye.com> (raw)
In-Reply-To: <4F3D1446.50508@gmail.com> (Rainer M. Krug's message of "Thu, 16 Feb 2012 15:35:50 +0100")

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

> Hi
>
> I have defined a variable as follow
>
> #+property: var  DC="/home/rkrug/tmp/CLUSTER"
>
> and I am using this path quite often in source blocks (works nicely as
> expected) but also in org directly, e.g.
>
> * DC path is $DC$
>   The DC path $DC$ is pointing to a directory.
>
> Is it possible to use the variable DC in the text as well, so that
> $DC$ is replaced with the value of the variable DC as defined above?
> In other words: how can I tell org that on export, $DC$ stands for the
> value of the variable DC?
>
> Cheers,
>
> Rainer
>
> PS: I know that $...$ is for LaTeX math mode
Aloha Rainer,

Here is a way that works for me.

* Krug

How to have a variable show up in text.

#+name: printDC
#+BEGIN_SRC emacs-lisp :results silent raw :exports none
(print DC)
#+END_SRC

In the text call_printDC() is shown.

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

  reply	other threads:[~2012-02-16 16:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-16 14:35 using variables in org text Rainer M Krug
2012-02-16 16:05 ` Thomas S. Dye [this message]
2012-02-18 10:52   ` 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=m14nuqpxv8.fsf@tsdye.com \
    --to=tsd@tsdye.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).