From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Help with tangling a table into a source-code representation of the data contained within Date: Mon, 24 Feb 2014 21:45:37 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI9tk-0006nA-Ly for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 23:45:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WI9tj-0000PB-Pv for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 23:45:40 -0500 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:48205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI9tj-0000P7-Hm for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 23:45:39 -0500 Received: by mail-wi0-f177.google.com with SMTP id e4so166010wiv.10 for ; Mon, 24 Feb 2014 20:45:38 -0800 (PST) In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Grant Rettke Cc: "emacs-orgmode@gnu.org" radio tables might be another way. samuel On 2/24/14, Grant Rettke wrote: > Hi, > > My goal is to define a table in org-mode, display it nicely to humans > using export, and tangle that same data table into > an elisp data structure for use elsewhere within the program. It might > look something like this: