[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 09:01:20 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
>>> "John" == John Kitchin <address@hidden> writes:
> (require 'dash)
> #+tblname: tab2
> | 1 | a | 3 |
> | 2 | b | 4 |
> | 3 | c | 6 |
> | 4 | d | 7 |
> #+BEGIN_SRC emacs-lisp :var c0=tab2[,0] :var c2=tab2[,2]
> (-zip-with 'list c0 c2)
> #+END_SRC
That does not work for me (I loaded dash)
Here is the backtrace
I also deleted the "-" in (-zip-with 'list c0 c2) to obtain
(zip-with 'list c0 c2), but zip-with is not known as a command.
error-zip.txt
Description: Text document
- Re: [O] extract a region from a table and export it, (continued)
- 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, Rasmus, 2016/06/14
- 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, 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 <=
- 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
- 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, Uwe Brauer, 2016/06/17
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/17