[O] Indentation Problem Using LaTeX Export

2014-10-24 Thread Kenneth Jacker
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)   k...@cs.appstate.edu
Computer Science Dept www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA




Re: [O] Indentation Problem Using LaTeX Export

2014-10-24 Thread Eric S Fraga
On Friday, 24 Oct 2014 at 10:33, Kenneth Jacker wrote:
> 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 ...

The answer is no unfortunately:

http://orgmode.org/worg/org-faq.html#closing-outline-sections

and, specifically in your example, what you have are not lists but
subsections.  Maybe use "- " instead of "** "?

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-475-g25d50e