From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Continuing a numbered list Date: Thu, 30 Apr 2015 07:50:44 +0100 Message-ID: <87sibicdob.fsf@ucl.ac.uk> References: <55419A91.7030203@arqux.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YniJA-0005nn-5U for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 02:50:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YniJ7-0002fs-Fe for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 02:50:52 -0400 Received: from mail-db3on0109.outbound.protection.outlook.com ([157.55.234.109]:5898 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YniJ7-0002fg-99 for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 02:50:49 -0400 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: DJ Cc: emacs-orgmode@gnu.org On Wednesday, 29 Apr 2015 at 22:59, DJ wrote: > Can't figure this out from the org mode manual. [...] > I know how to get multiple paragraphs in one numbered list item. But > how can I stick a table in the middle of my multiple-paragraph list > item without terminating the list? Such as: > > 1. blah blah\\ > yatta yatta > | m | n | foo | > |---+---+-----| > | x | y | z | > and this text should be part of item 1. That is the real problem - > a paragraph AFTER the table which should > belong to item 1. Indent the table, e.g. #+begin_src org 1. blah blah yatta yatta | m | n | foo | |---+---+-----| | x | y | z | and this text should be part of item 1. That is the real problem - #+end_src -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1062-gce4e64