From mboxrd@z Thu Jan 1 00:00:00 1970 From: francois < francois.temp1@bruit.gotdns.org> Subject: problem with nested lists. Date: Thu, 13 Dec 2007 10:49:25 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2ldZ-0006Uf-V0 for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 05:49:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2ldY-0006TX-3Z for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 05:49:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2ldW-0006TG-8i for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 05:49:50 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J2ldV-0006S9-LS for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 05:49:49 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J2ldQ-0006Iz-8A for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 10:49:44 +0000 Received: from is003308.saclay.cea.fr ([132.166.134.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2007 10:49:44 +0000 Received: from francois.temp1 by is003308.saclay.cea.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2007 10:49:44 +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: emacs-orgmode@gnu.org I am facing with a strange problem. Let's consider the following simple org file: --8<--- beginning of my org file - example - A - B --8<--- end of my org file when I press enter on the first level (example), the list is correctly folded. I may press "enter" to unfold the first level. I get the level "A", but next I am stuck at this level. It is impossible to reach the level B. the org version that I use is 5.16a, my emacs is 22.1.1 thanks