From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: indentation problem following a TBLFM line Date: Fri, 15 Jun 2007 08:18:51 +0200 Message-ID: References: <41c818190706140934q25283229u1520e5940451afe9@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hz5dv-0007oG-K8 for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hz5du-0007ni-VO for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hz5du-0007nS-EY for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:46 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hz5dt-0005GM-O6 for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 02:50:46 -0400 In-Reply-To: <41c818190706140934q25283229u1520e5940451afe9@mail.gmail.com> 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: William Henney Cc: emacs-orgmode On Jun 14, 2007, at 18:34, William Henney wrote: > Here is another one! > > ---------------------------------------------------- > * indentation problem following a TBLFM line > | foo | > |-----| > | 1 | > #+TBLFM: $1=$1 > > Hitting TAB on this line does not indent correctly. > ---------------------------------------------------- Very hard to tell what would be correct and not in this case. It seems to me that this is stressing what TAB should do for indentation in org-mode. You are suggesting that it should look beyond the comment line and indent like the table? - Carsten