From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ali Tofigh Subject: when do plain lists end? Date: Wed, 19 May 2010 21:09:58 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=51719 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEuHF-00050b-EU for emacs-orgmode@gnu.org; Wed, 19 May 2010 21:10:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEuHE-0005mg-4F for emacs-orgmode@gnu.org; Wed, 19 May 2010 21:10:21 -0400 Received: from mail-qy0-f191.google.com ([209.85.221.191]:39613) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEuHE-0005mY-0U for emacs-orgmode@gnu.org; Wed, 19 May 2010 21:10:20 -0400 Received: by qyk29 with SMTP id 29so11912949qyk.14 for ; Wed, 19 May 2010 18:10:19 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I'm having problems with plain lists. They don't seem to end. Ever. I'm trying to use a blank line after my lists followed by a properly indented paragraph, but org still thinks the paragraph is part of the list: ---8<--- * heading - item 1 - item 2 paragraph bla bla - new list, item 1 -------- Now, if i move the cursor to item 2 and press TAB, everything up to the new list is folded. But isn't org supposed to understand from the indentation that the first list ends after item 2? Cheers, /Ali