From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas Subject: Fwd: Re: Continuing a numbered list Date: Thu, 30 Apr 2015 08:33:07 +0200 Message-ID: <5541CCA3.9010702@friendlyvillagers.com> References: <5541CC86.9090603@friendlyvillagers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yni26-0004g8-VL for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 02:33:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yni23-0004U4-2g for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 02:33:14 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::2]:12458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yni22-0004NO-Ov for emacs-orgmode@gnu.org; Thu, 30 Apr 2015 02:33:11 -0400 Received: from [192.168.178.20] (p5496693A.dip0.t-ipconnect.de [84.150.105.58]) by smtp.strato.de (RZmta 37.5 DYNA|AUTH) with ESMTPSA id 604e9dr3U6X73cC (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Thu, 30 Apr 2015 08:33:07 +0200 (CEST) In-Reply-To: <5541CC86.9090603@friendlyvillagers.com> 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 indenting the table should do the trick: =================== 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. 2. This is the next item. I could use a cookie here to force start at 2, I know. =================== - thomas On 30.04.2015 04:59, DJ wrote: > > 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. > 2. This is the next item. I could use a cookie here to force start at > 2, I know.