From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Jacker Subject: Indentation Problem Using LaTeX Export Date: Fri, 24 Oct 2014 10:33:04 -0400 Message-ID: <87k33p35cv.fsf@be.cs.appstate.edu> Reply-To: khj@cs.appstate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhfxf-0004ft-0R for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 10:35:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhfxV-0003ft-N2 for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 10:35:26 -0400 Received: from mail.appstate.edu ([152.10.1.18]:58995 helo=mta7.appstate.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhfxV-0003fI-I2 for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 10:35:17 -0400 Received: from be (be.cs.appstate.edu [152.10.10.41]) by mta7.appstate.edu (8.14.4/8.13.1) with ESMTP id s9OEWkSN015358 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 24 Oct 2014 10:32:47 -0400 Received: from khj by be with local (Exim 4.71) (envelope-from ) id 1XhfvM-0004Fk-75 for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 10:33:04 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Good day! In LaTeX terms, I believe an "\end{itemize}" is closing a list later that I want. Its kind of hard to explain, but I'll try via an example ... I basically have a couple of nested outlines and body text. Something like this in Org format: * Alpha porttitor, elit at imperdiet consequat, nunc nisl dapibus dui, eu fermentum ipsum magna et mi. Sed egestas erat et dolor lobortis, sit amet cursus ** Alpha1 ** Alpha2 lorem tincidunt. Vivamus eget bibendum est. Integer justo mauris, sodales eget commodo quis, faucibus non est. Nulla facilisi this produces something like: 1 Alpha porttitor, elit at imperdiet consequat, nunc nisl dapibus dui, eu fermentum ipsum magna et mi. Sed egestas erat et dolor lobortis, sit amet cursus 1.1 Alpha1 1.2 Alpha2 ==> lorem tincidunt. Vivamus eget bibendum est. Integer justo mauris, ==> sodales eget commodo quis, faucibus non est. Nulla facilisi whereas I want it to be formated like this: 1 Alpha porttitor, elit at imperdiet consequat, nunc nisl dapibus dui, eu fermentum ipsum magna et mi. Sed egestas erat et dolor lobortis, sit amet cursus 1.1 Alpha1 1.2 Alpha2 ==> lorem tincidunt. Vivamus eget bibendum est. Integer justo mauris, ==> sodales eget commodo quis, faucibus non est. Nulla facilisi IOW, I want the "lorem tincidunt" body to be associated with the "Alpha" heading, not the "Alpha2" one. I can use a "work around" via editing the LaTeX file. But, is there a way to do this entirely within Org? Maybe a "bug"? Thanks, -- Prof Kenneth H Jacker (ret) khj@cs.appstate.edu Computer Science Dept www.cs.appstate.edu/~khj Appalachian State Univ Boone, NC 28608 USA