From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Tables in Plain Lists Date: Wed, 16 May 2012 18:11:42 +0200 Message-ID: <87liksjebl.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUgsJ-00059u-Nh for emacs-orgmode@gnu.org; Wed, 16 May 2012 12:14:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUgsD-00060p-Gc for emacs-orgmode@gnu.org; Wed, 16 May 2012 12:14:55 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:37965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUgsD-00060T-70 for emacs-orgmode@gnu.org; Wed, 16 May 2012 12:14:49 -0400 Received: by wibhm14 with SMTP id hm14so4511196wib.12 for ; Wed, 16 May 2012 09:14:47 -0700 (PDT) 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 Hello, 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. It can: just move it in manually. Then it will stay there. > In the end, I moved the table elsewhere, but for future reference, is > there a preferred way to do this? Yes: --8<---------------cut here---------------start------------->8--- * 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 --8<---------------cut here---------------end--------------->8--- Note that it will be easier if you don't start your table with a rule, since expanding a fresh "|-" will create the table at column 0. Regards, -- Nicolas Goaziou