emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Using #+NAME for single value, not table?


From: Grant Rettke
Subject: Re: [O] Using #+NAME for single value, not table?
Date: Fri, 27 Jun 2014 13:35:44 -0500

On Fri, Jun 27, 2014 at 12:38 PM, Aaron Ecay <address@hidden> wrote:
> You can use a verbatim block:
>
> ,----
> | #+name: xyz
> | : hi
> |
> | #+begin_src emacs-lisp :var abc=xyz
> | (concat "*" abc "*")
> | #+end_src
> |
> | #+RESULTS:
> | : *hi*
> `----

Is that similar to (setq xyz "hi")?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]