From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Burtzlaff Subject: Re: Re: Bug in table formula editor? Date: Sun, 22 Nov 2009 13:55:30 +0100 Message-ID: <20091122135530.103c846c.andy13@gmx.net> References: <398A9592-BD7A-4EC9-B998-8B770E37E3D4@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCByT-00070f-HB for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 07:55:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCByO-0006yP-OA for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 07:55:28 -0500 Received: from [199.232.76.173] (port=60768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCByO-0006yI-Hj for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 07:55:24 -0500 Received: from mail.gmx.net ([213.165.64.20]:56158) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NCByN-0000Ft-QT for emacs-orgmode@gnu.org; Sun, 22 Nov 2009 07:55:24 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: andrea Crotti Cc: emacs-orgmode@gnu.org Hello andrea, On Sun, 22 Nov 2009 11:51:31 +0000 (UTC) andrea Crotti wrote: > Yes I'm sorry the table was too big and screwed up so I didn't copy the formulas. > Anyway it's everything here > http://github.com/AndreaCrotti/my-project-euler/blob/master/euler.org > > For the "bug" just go over the table > - press C-c ' > - start typing a new formula with @+ > after that emacs hangs and not even C-g restores it... I cannot reproduce this with Emacs 23.1.1 and org-6.33trans release_6.33f.30.g011f. If Emacs hangs completely it might be a bug in the Emacs core rather then org-mode. > I now would like to use only one formula in the whole rectangular area and > take the extension from the first header of the column. @1 so your full formula would look like: '(check_file (concat "prob_" A& "." (downcase @1))) HTH Andreas