emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Indentation Problem Using LaTeX Export
@ 2014-10-24 14:33 Kenneth Jacker
  2014-10-24 19:53 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Kenneth Jacker @ 2014-10-24 14:33 UTC (permalink / raw)
  To: emacs-orgmode

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        

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Indentation Problem Using LaTeX Export
  2014-10-24 14:33 Indentation Problem Using LaTeX Export Kenneth Jacker
@ 2014-10-24 19:53 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2014-10-24 19:53 UTC (permalink / raw)
  To: Kenneth Jacker; +Cc: khj, emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-24 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-24 14:33 Indentation Problem Using LaTeX Export Kenneth Jacker
2014-10-24 19:53 ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).