From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: Re: New tutorial on using Emacs lisp for Org spreadsheet formulas Date: Wed, 1 Feb 2012 01:10:17 -0500 (EST) Message-ID: References: <87r4yfixpk.fsf@gnu.org> <87ipjren76.fsf@Rainer.invalid> <87aa53u0rz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsTOi-0002wo-S5 for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 01:10:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsTOd-00015a-5f for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 01:10:24 -0500 Received: from shellworld.net ([69.60.117.94]:51878 helo=server1.shellworld.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsTOd-00015F-1c for emacs-orgmode@gnu.org; Wed, 01 Feb 2012 01:10:19 -0500 In-Reply-To: <87aa53u0rz.fsf@gmail.com> 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: Nicolas Goaziou Cc: Achim Gratz , emacs-orgmode@gnu.org If multiple #+TBLFM: lines do ever get into legal org-mode syntax I think it will be a good idea to put an integer number inside the #+TBLFM: label so that org-mode can know in what order to use each of those lines. On Tue, 31 Jan 2012, Nicolas Goaziou wrote: > Hello, > > Achim Gratz writes: > > > Now, I've long wished that instead of cramming these increasingly long > > formulas into that single #+TBLFM line one could have a :TBLFM: drawer > > and put it there on multiple lines and perhaps even with comments. How > > awesome would that be? :-) > > Multiple #+tblfm: lines would certainly be useful, as there already is > multiple #+header: lines. > > Though, a table and a drawer are different elements. Affiliated keywords > shouldn't be separated from the element they belong. > > > Regards, > > ---------------------------------------------------------------- Jude