Thanks Scot, exactlt what I was looking for, and I was actually deliberating on the Tractacus! I couldn't get easylist to understand the \star symbol that orgmode uses. Do you know how to do that? And also to skip the first 3 stars in a level4 heading (if I want to retain latex's default top 3 levels)?

Indraneel

On 2010-10-07 3:15, Scot Becker wrote:
And if you just want deeply nested numbered paragraphs, like lists.
You might try the Easylist package:

http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/easylist.html

You'd have to do a tweak or to to get org-mode to export to easylist,
but it shouldn't be too complicated, since easylist takes its input in
a format almost exactly like org's native outline structure.

Scot


On Wed, Oct 6, 2010 at 6:38 AM, Nick Dokos<nicholas.do...@hp.com>  wrote:
Kai<k...@limist.com>  wrote:

With a .org file having headers 4-5 levels deep (e.g. **** This
Section), I'd like the LaTeX export to treat it as a subsubsubsection
with numbering, e.g. 1.1.1.1.  But no luck, and I'm not sure whether
I'm doing something wrong with org-mode, or need to customize my LaTeX
template.  In the org file I have:

#+OPTIONS: H:5 num:t

...which does give the TeX markup of \label{sec-1_1_1_1} in the .tex
file, but the header text is wrapped in a \paragraph{The Header},
instead of \subsubsubsection{The Header}.

Is there a way to have the org-mode LaTeX export mark that up as a
subsubsubsection?  I'm using the org-mode trunk.  Thanks in advance
for any help,

This is a LaTeX limitation (if you want to call it that), not an orgmode
one. See

     http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub

for some workarounds/comments/references (but be prepared for at least some
strangeness).

HTH,
Nick


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to