emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* using variables in org text
@ 2012-02-16 14:35 Rainer M Krug
  2012-02-16 16:05 ` Thomas S. Dye
  0 siblings, 1 reply; 3+ messages in thread
From: Rainer M Krug @ 2012-02-16 14:35 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.de

Skype:      RMkrug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk89FEYACgkQoYgNqgF2egrBVACeOd98IOFf/WkxnIO7FJPJ+D6i
ptsAn1pmhPihT2OgZlRpZ/PfL2En1lUp
=JQCJ
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: using variables in org text
  2012-02-16 14:35 using variables in org text Rainer M Krug
@ 2012-02-16 16:05 ` Thomas S. Dye
  2012-02-18 10:52   ` Rainer M Krug
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas S. Dye @ 2012-02-16 16:05 UTC (permalink / raw)
  To: R.M.Krug; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: using variables in org text
  2012-02-16 16:05 ` Thomas S. Dye
@ 2012-02-18 10:52   ` Rainer M Krug
  0 siblings, 0 replies; 3+ messages in thread
From: Rainer M Krug @ 2012-02-18 10:52 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: emacs-orgmode

On 16 February 2012 17:05, Thomas S. Dye <tsd@tsdye.com> wrote:
> 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.


Great idea - I will try it as soon as I am back at work.

Cheers,

Rainer

>
> hth,
> Tom
>
> --
> Thomas S. Dye
> http://www.tsdye.com



-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax (F):       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.de

Skype:      RMkrug

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-18 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-16 14:35 using variables in org text Rainer M Krug
2012-02-16 16:05 ` Thomas S. Dye
2012-02-18 10:52   ` Rainer M Krug

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).