From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Tables in Plain Lists Date: Wed, 16 May 2012 12:14:45 -0400 Message-ID: <87bologl1m.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUh6A-00043m-Ik for emacs-orgmode@gnu.org; Wed, 16 May 2012 12:29:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUh67-0002iN-Rs for emacs-orgmode@gnu.org; Wed, 16 May 2012 12:29:14 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:58795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUh67-0002eh-Oe for emacs-orgmode@gnu.org; Wed, 16 May 2012 12:29:11 -0400 In-Reply-To: (SW's message of "Wed, 16 May 2012 15:41:02 +0000 (UTC)") 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: SW Cc: emacs-orgmode@gnu.org SW writes: > I was making notes today as follows: > > ============================== > > * List of important items [0%] > - [ ] Item 1 > - This is an important item. > - Remember to do the hokey-pokey. > > |---|---| > | A | B | > | C | D | > > - [ ] Item 2 > - This is not as important. > > ============================== > > Of course, the plain list terminates when the table starts, so on "Item 1" > only collapses it to where the table starts. Also, the table can't be indented > as part of the list. In the end, I moved the table elsewhere, but for future > reference, is there a preferred way to do this? TAB won't indent it but you can use the rectable C-x r o to shift it right so it is part of the list. -Bernt