From mboxrd@z Thu Jan 1 00:00:00 1970 From: RC Subject: Questions about lists and export to latex Date: Wed, 5 Aug 2009 16:15: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 1MYj9f-00006c-Ca for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:15:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYj9a-0008UB-CL for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:15:54 -0400 Received: from [199.232.76.173] (port=54701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYj9a-0008U5-2Q for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:15:50 -0400 Received: from main.gmane.org ([80.91.229.2]:51268 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 1MYj9Z-0004N6-CG for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:15:49 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MYj9S-00027v-Ok for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 16:15:43 +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 16:15:42 +0000 Received: from recif by vpn.eng.fsu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Aug 2009 16:15:42 +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 Hi, I have a couple of questions about lists in org-mode and exporting to latex. I have attached a example file that illustrates this behavior. 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? 2) If I hit TAB after a blank line following a list, the indentation is such that the new list (List 3 in the file below) exports as a sublist of the preceding list. Is there a simple way to mark the end of the list? Thanks for your help in answering thes questions. RC * Heading 1 List 1 - Item 1 - Item 2 - Item 3 List 2 - Item 1 - Item 2 List 3 - Item 1 - Item 2 * Heading 2 List 1 - Item 1 - Item 2