From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: feature request: exporting TBLFM line, formatted or not Date: Tue, 12 Apr 2016 22:15:52 +0200 Message-ID: <878u0iy45j.fsf@nicolasgoaziou.fr> References: <87mvp0nwbk.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq4gw-0004ZB-Kq for emacs-orgmode@gnu.org; Tue, 12 Apr 2016 16:13:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aq4gv-0007oo-NV for emacs-orgmode@gnu.org; Tue, 12 Apr 2016 16:13:42 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aq4gv-0007ok-ID for emacs-orgmode@gnu.org; Tue, 12 Apr 2016 16:13:41 -0400 Received: from selenimh (unknown [IPv6:2a03:a0a0:0:4301::2de]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 03A62A80DC for ; Tue, 12 Apr 2016 22:13:40 +0200 (CEST) In-Reply-To: <87mvp0nwbk.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Mon, 11 Apr 2016 13:50:39 +0100") 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 Org mode mailing list Hello, Eric S Fraga writes: > For pedagogical reasons, it would be nice to be able, in some case, to > export a table (to LaTeX typically) with annotations (i.e. column and > row labels) and, more importantly, the equations used to populate the > table. Is this possible somehow? > > Obviously, for the row/column labelling, I could simply add an extra > column and row with those labels... > > For the TBLFM aspect, thinking aloud but with no real knowledge, would > it be possible to create a filter, say, that maybe copies and transforms > a TBLFM line before being thrown away by the export engine? You can write a custom back-end. All the TBLFM information is stored in the table element. Regards, -- Nicolas Goaziou