[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] extract a region from a table and export it
From: |
Uwe Brauer |
Subject: |
Re: [O] extract a region from a table and export it |
Date: |
Thu, 16 Jun 2016 16:12:24 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> Uwe Brauer <address@hidden> writes:
> See (info "(org) var") in particular the section on "Indexable variable
> values".
> Additionally, an empty index, or the single character ‘*’,
> are both
> interpreted to mean the entire range and as such are equivalent to
> ‘0:-1’, as shown in the following example in which the entire first
> column is referenced.
> #+NAME: example-table
> | 1 | a |
> | 2 | b |
> | 3 | c |
> | 4 | d |
> #+BEGIN_SRC emacs-lisp :var data=example-table[,0]
> data
> #+END_SRC
> #+RESULTS:
> | 1 | 2 | 3 | 4 |
Thanks that looks like a very simple solution, however how can one
obtain the first column of the table in column format? (I know I could
transverse it, but just out of curiosity.
- [O] extract a region from a table and export it, Uwe Brauer, 2016/06/14
- Re: [O] extract a region from a table and export it, Philip Hudson, 2016/06/14
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/14
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/14
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/14
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/14
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/14
- Re: [O] extract a region from a table and export it, Rasmus, 2016/06/14
- Re: [O] extract a region from a table and export it,
Uwe Brauer <=
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/16
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/17
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/16
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/16
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/17
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/17
- Re: [O] extract a region from a table and export it, Rasmus, 2016/06/17
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/17
- Re: [O] extract a region from a table and export it, Rasmus, 2016/06/17
- Re: [O] extract a region from a table and export it, Rasmus, 2016/06/17