From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: extract a region from a table and export it Date: Fri, 17 Jun 2016 09:47:39 -0400 Message-ID: References: <87oa74vyma.fsf@mat.ucm.es> <87d1nkvuat.fsf@mat.ucm.es> <87oa733g28.fsf@gmx.us> <87porh2jp8.fsf@mat.ucm.es> <87porgyysf.fsf@mat.ucm.es> <87mvmkf3q8.fsf@gmx.us> <87k2ho7ykv.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1ead026b4bf05357999f0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDu7g-0000UZ-Oq for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 09:47:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDu7e-0001Zu-H5 for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 09:47:47 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDu7e-0001Z4-9X for emacs-orgmode@gnu.org; Fri, 17 Jun 2016 09:47:46 -0400 Received: by mail-wm0-x229.google.com with SMTP id a66so492751wme.0 for ; Fri, 17 Jun 2016 06:47:46 -0700 (PDT) In-Reply-To: <87k2ho7ykv.fsf@mat.ucm.es> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" --e89a8fb1ead026b4bf05357999f0 Content-Type: text/plain; charset=UTF-8 Those look like characters somehow to me. What org version are you using? and what emacs? John ----------------------------------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, Jun 17, 2016 at 9:08 AM, Uwe Brauer wrote: > > > John Kitchin writes: > D> the problem seems to be that c0 and c2 are set to nil for some > reason. I > > > Or > > > #+BEGIN_SRC emacs-lisp :var c0=tab2[,0] :var c2=tab2[,2] > > (cl-mapcar 'list c0 c2) > > #+END_SRC > > Thanks but I obtain > > #+RESULTS: > | 110 | 110 | > | 105 | 105 | > | 108 | 108 | > > Which is wrong. > > > --e89a8fb1ead026b4bf05357999f0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Those look like characters somehow to me. What org version= are you using? and what emacs?

John

-------------------= ----------------
Professor John Kitchin=C2=A0
Doherty Hall A207F
D= epartment of Chemical Engineering
Carnegie Mellon University
Pittsbur= gh, PA 15213
412-268-7803

On Fri, Jun 17, 2016 at 9:08 AM, Uwe Brauer = <o= ub@mat.ucm.es> wrote:

=C2=A0 =C2=A0> John Kitchin <jkitchin@andrew.cmu.edu> writes:
=C2=A0 =C2=A0D> the problem seems to be that c0 and c2 are set to nil fo= r some reason. I

=C2=A0 =C2=A0> Or

=C2=A0 =C2=A0> #+BEGIN_SRC emacs-lisp :var c0=3Dtab2[,0] :var c2=3Dtab2[= ,2]
=C2=A0 =C2=A0>=C2=A0 =C2=A0(cl-mapcar 'list c0 c2)
=C2=A0 =C2=A0> #+END_SRC

Thanks but I obtain

#+RESULTS:
| 110 | 110 |
| 105 | 105 |
| 108 | 108 |

Which is wrong.



--e89a8fb1ead026b4bf05357999f0--