Hello, t...@tsdye.com (Thomas S. Dye) writes:
> LaTeX export of lists appears to be inserting an extraneous blank line. > > This snippet from the Org-mode document: > > first-order cultural history sequence for Hawai`i can be expressed > with model (\ref{eq:first-order}), which states that > 1. the pre-colonization period began at a time too old for the > \rc\space method to date; > > is exported to LaTeX as: > > first-order cultural history sequence for Hawai`i can be expressed > with model \ref{eq:first-order}, which states that > > \begin{enumerate} > \item the pre-colonization period began at a time too old for the > \rc\ method to date; > > The blank line before \begin{enumerate} is interpreted by LaTeX as a > paragraph break, which I don't want here because I'm setting the > enumerated list within the paragraph and not displayed separately. > > IIRC, this represents an old behavior that was corrected a while back. > I'm not sure when the blank line snuck back in. I pushed a patch bringing back the old behaviour. That raises an interesting question: can a list belong to a paragraph in Org? According to paragraph-related regexps, it can't, for now. And your request is more a "LaTeXism" than an "Orgism" (!). Anyway, it should be fine now. Regards, -- Nicolas Goaziou