From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: hitting tab on last number item in list hides next paragraph Date: Tue, 12 Jan 2010 14:20:03 +0000 Message-ID: <874omrtnfw.wl%ucecesf@ucl.ac.uk> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUj7s-0002As-7g for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 10:57:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUj7n-00027i-EG for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 10:57:47 -0500 Received: from [199.232.76.173] (port=56041 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUj7m-00027c-Tl for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 10:57:42 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:56217) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NUj7m-00059b-Ir for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 10:57:42 -0500 Received: from 79-73-83-175.dynamic.dsl.as9105.com ([79.73.83.175] helo=eeepc.chemeng.ucl.ac.uk.ucl.ac.uk) by vscane-c.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.60) (envelope-from ) id 1NUj7c-0002uf-JF for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 15:57:32 +0000 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: org-mode mailing list Carsten et al., with the attached file, if I position the cursor on the 3rd numbered entry in the first list and hit tab, the following single sentence paragraph is hidden. This seems somewhat non-intuitive to me or have I misunderstood something. My impression was that indentation was used to identify continuing elements in a list or paragraph. Even adding more blank lines between that 3rd entry and the sentence doesn't make any difference. This is not critical by any means! Just a curious behaviour. I am using org 6.34a from git repository as of half an hour ago. Thanks, eric ===File ~/s/test/test.org=================================== #+TITLE: test file for org mode #+DESCRIPTION: used for bug reports * A headline 1. a numbered list 2. the second entry 3. and another hopefully a new paragraph which separates the lists 1. another numbered list 2. and the second entry 3. and the third and last entry ============================================================