From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joost Kremers Subject: Re: Tables in Plain Lists Date: Wed, 16 May 2012 21:32:03 +0200 Message-ID: <20120516193203.GA17927@Darkstar> References: <87bologl1m.fsf@norang.ca> <20120516164029.GA14809@Darkstar> <21187.1337193062@alphaville> 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]:59189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUk13-00013n-Qf for emacs-orgmode@gnu.org; Wed, 16 May 2012 15:36:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUk12-000628-2p for emacs-orgmode@gnu.org; Wed, 16 May 2012 15:36:09 -0400 Received: from fmailer.gwdg.de ([134.76.11.16]:41544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUjx9-0004U1-Jp for emacs-orgmode@gnu.org; Wed, 16 May 2012 15:32:07 -0400 Received: from 77-21-73-228-dynip.superkabel.de ([77.21.73.228] helo=Darkstar) by mailer.gwdg.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1SUjx7-0006PL-Lv for emacs-orgmode@gnu.org; Wed, 16 May 2012 21:32:05 +0200 Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org On Wed, May 16, 2012 at 07:13:36PM +0000, SW wrote: > Emacs 23.2.1 with org 7.8.06. Tested with transient-mark-mode enabled and > disabled. I selected the table and hit . Point moved by one tab (if I > selected from the top to the bottom of the table) or moved into the table (if I > selected the other way round) and, in the one instance, the highlight on the > region disappeared. But the table remained obstinately unindented. the trick is to move point to the line *below* the table. TAB will then do whatever it does on that line and if it happens to be an empty line or a line with ordinary text, it indents, taking the entire region (including the table) with it. in essence, TAB will do whatever TAB does, regardless of whether the region is active. so if point is still within the table, TAB moves to the next cell, possibly creating a new one. if the line after the table contains a headline and you move point to it, it (un)folds the headline. so you need to make sure TAB is on a line that it indents. -- Dr. Joost Kremers Georg-August-Universität Seminar für Deutsche Philologie Käte-Hamburger-Weg 3 D-37073 Göttingen