From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: org-table export to elisp Date: Thu, 17 Jul 2008 09:27:58 +0200 Message-ID: <487EF47E.2020909@cs.tu-berlin.de> 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 1KJNvB-0008VO-3j for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 03:29:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJNv9-0008SY-C8 for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 03:29:00 -0400 Received: from [199.232.76.173] (port=52049 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJNv9-0008SH-8Q for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 03:28:59 -0400 Received: from mx20.gnu.org ([199.232.41.8]:60035) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KJNv8-0000F1-My for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 03:28:58 -0400 Received: from mail.cs.tu-berlin.de ([130.149.17.13]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJNv6-0002HS-Rw for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 03:28:57 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 67A4F1F73B for ; Thu, 17 Jul 2008 09:28:54 +0200 (MEST) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (mail.cs.tu-berlin.de [127.0.0.1]) (amavisd-new, port 12224) with ESMTP id KdiGvWZxPinB 13865-16 for ; Thu, 17 Jul 2008 09:28:51 +0200 (MEST) 16376 Received: from [130.149.24.75] (algieba.ni.cs.tu-berlin.de [130.149.24.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: drmabuse) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for ; Thu, 17 Jul 2008 09:28:43 +0200 (MEST) 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: emacs-orgmode@gnu.org 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