From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: org-table export to elisp Date: Fri, 18 Jul 2008 17:06:19 +0200 Message-ID: <4880B16B.4010407@cs.tu-berlin.de> References: <487EF47E.2020909@cs.tu-berlin.de> <03D20E34-D990-4790-8823-292262DE0507@uva.nl> <4C91BFE6-9CF4-4761-A3DA-652F354CEA00@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJrY5-0001cR-G1 for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 11:07:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJrY3-0001Zx-Uu for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 11:07:08 -0400 Received: from [199.232.76.173] (port=48435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJrY3-0001Zp-Lh for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 11:07:07 -0400 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:51970) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KJrY3-0001XE-72 for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 11:07:07 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 71A3320CB4 for ; Fri, 18 Jul 2008 17:07:04 +0200 (MEST) In-Reply-To: <4C91BFE6-9CF4-4761-A3DA-652F354CEA00@uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten, YTH (yes, that helps), thanks! Greetings, Stephan Carsten Dominik wrote: > > On Jul 17, 2008, at 10:09 AM, Carsten Dominik wrote: > >> There is not, get the latest git version and look for the function >> `org-table-to-lisp'. > > I meant to say: There is *now*. > >> >> >> HTH >> >> - Carsten >> >> On Jul 17, 2008, at 12:27 AM, Stephan Schmitt wrote: >> >>> Hello, >>> >>> is there an easy way to export an org-table to an elisp data >>> structure, e.g. a list of lists or an array of arrays? Or, to be >>> more exact, to get this data structure as a return value from a >>> function like orgtbl-to-elisp. >>> >>> I was looking at the org-table-export function, but found only the >>> possibilities to export to a buffer in tsv, csv, latex etc. >>> >>> Thanks for any help, Greetings, >>> Stephan >>>