From mboxrd@z Thu Jan 1 00:00:00 1970 From: RC Subject: Re: Questions about lists and export to latex Date: Wed, 5 Aug 2009 17:11:54 +0000 (UTC) Message-ID: References: <87d47a43j8.fsf@gollum.intra.norang.ca> 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 1MYk2B-0000fE-7m for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 13:12:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYk26-0000dM-EF for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 13:12:14 -0400 Received: from [199.232.76.173] (port=38577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYk26-0000dG-4k for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 13:12:10 -0400 Received: from main.gmane.org ([80.91.229.2]:43132 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 1MYk25-0006As-Qi for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 13:12:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MYk22-0004Wt-Aq for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 17:12:06 +0000 Received: from vpn.eng.fsu.edu ([146.201.29.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Aug 2009 17:12:06 +0000 Received: from recif by vpn.eng.fsu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Aug 2009 17:12:06 +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 Bernt Hansen norang.ca> writes: > > 1) When I hit tab on the last item in a list, everything until the > > next heading is folded under that item. Is this expected behavior, > > and is there a way to turn it off? > > (setq org-cycle-include-plain-lists nil) maybe? Thanks. That works. > > Lists are defined by their indentation. There is no way to mark the end > of a list explicitly as far as I know. Just don't indent the content so > that it is part of the list anymore. I will make sure to indent appropriately. It is just that I am importing some files into org-mode and was trying to use the indent-region command. Thanks again. RC