From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Spreadsheet calculations (24.3/8.0-pre) Date: Tue, 19 Mar 2013 15:27:01 +0100 Message-ID: <87sj3rusnn.fsf@bzg.ath.cx> References: <87li9lm3vj.fsf@kerstf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1gL-0002bH-1k for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UI1gJ-0002DX-4w for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:44 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:64395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UI1gI-0002Ci-US for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 14:54:43 -0400 Received: by mail-wi0-f172.google.com with SMTP id ez12so4360672wid.17 for ; Tue, 19 Mar 2013 11:54:42 -0700 (PDT) In-Reply-To: <87li9lm3vj.fsf@kerstf.org> ("Oliver =?utf-8?B?VmXEjWVybsOt?= =?utf-8?B?ayIncw==?= message of "Mon, 18 Mar 2013 10:52:32 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Oliver =?utf-8?B?VmXEjWVybsOtaw==?= Cc: emacs-orgmode@gnu.org Hi Oliver, Oliver Večerník writes: > If I use `M-x org-table-recalculate-buffer-tables' even the headlines > get screwed up. Am I doing something wrong or are there severe problems > in the spreadsheet mode? #+CONSTANTS is meant to be used only once on the file, not per table. When used several times, `org-table-formula-constants-local' was defining the same constant several times, which is wrong. I fixed this. Let's take other problems one by one if you have time. Thanks, -- Bastien