From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Adding new table rows/cols in a formula update Date: Fri, 10 Oct 2014 12:05:34 +0200 Message-ID: <87siiwdytt.fsf@nicolasgoaziou.fr> References: <87k34mgvup.fsf@secretsauce.net> <87fvf8hpqw.fsf@secretsauce.net> <87egusgx72.fsf@secretsauce.net> <8738b78tt0.fsf@nicolasgoaziou.fr> <87iok3h7d4.fsf@alphaville.bos.redhat.com> <8761g16n8c.fsf@secretsauce.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcX4F-00037S-KK for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 06:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcX47-0005Wt-J2 for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 06:04:59 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:35928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcX47-0005Wf-E0 for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 06:04:51 -0400 In-Reply-To: <8761g16n8c.fsf@secretsauce.net> (Dima Kogan's message of "Fri, 03 Oct 2014 11:07:07 -0700") 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: Dima Kogan Cc: emacs-orgmode@gnu.org Hello, Dima Kogan writes: > Sure. Updated patch attached. Thanks. It looks good. Would you mind providing a test for it in org-test-table.el and an entry in ORG-NEWS? > Subject: [PATCH] org-table.el: field formulas can now create columns as needed > > (org-table-recalculate): use the new org-table-formula-make-new-cols > customization to control whether org creates new columns when a > formula explicitly targets them > > TINYCHANGE The commit message should be something like the following org-table: Field formulas can now create columns as needed * org-table.el (org-table-formula-create-columns): New variable. (org-table-recalculate): Use the new org-table-formula-make-new-cols customization to control whether org creates new columns when a formula explicitly targets them. Regards, -- Nicolas Goaziou