emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to pass named table reference in source block variable


From: Nick Dokos
Subject: Re: [O] How to pass named table reference in source block variable
Date: Tue, 06 Aug 2013 18:27:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Thorsten Jolitz <address@hidden> writes:

> Roland Donat <address@hidden> writes:
>
>> Hello,
>>
>> I have the following table :
>> #+TBLNAME: T
>
> This does the job in Emacs Lisp:
>
>  #+TBLNAME: T
>  |   | x | 1     |
>  | ^ |   | varx  |
>
> #+begin_src emacs-lisp :var x=T[0,-1]
>  x
> #+end_src
>
> #+results:
> : 1

Nit: I believe #+TBLNAME is obsolete/deprecated/frowned upon - use
#+name going forward.

-- 
Nick




reply via email to

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