emacs-orgmode
[Top][All Lists]
Advanced

[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: Fri, 17 Jun 2016 08:59:24 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

    > #+BEGIN_SRC emacs-lisp :var data=example-table[,0]
    > (mapcar 'list data)
    > #+END_SRC

    > #+RESULTS:
    > | 1 |
    > | 2 |
    > | 3 |
    > | 4 |

thanks that worked great!




reply via email to

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