I couldn't get easylist to understand the
\star symbol that orgmode uses. Do you know how to do that?
No. You might have seen the footnote in the easylist documentation
(on p. 2) which says:
"You might not be happy with the symbols and maybe you'd like to use
another one, or simply have your
Indraneel,
> Thanks Scot, exactlt what I was looking for, and I was actually
> deliberating on the Tractacus!
Funny. Glad it looks like it may work.
> I couldn't get easylist to understand the
> \star symbol that orgmode uses. Do you know how to do that?
No. You might have seen the footnote
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
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 t
Kai 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
> te
Hi,
If you're 4 levels down, it'll be a sub sub sub section, same as a paragraph
* Section
** Sub section
*** Sub Sub section
Paragraph
* Sub paragraph
H:5 will give you the levels but you have to enable numbering explicitly
with
\setcounter{secnumdepth}{5}
paragraph is actually a s
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