Hi Carsten,
Carsten Dominik <[email protected]> writes:
> I have worked on this part of the LaTeX exporter. Among other things,
> I now export these headers as an itemize list by default, parallel to
> the HTML exporter.
>
> You can customize org-export-latex-low-levels to specify what exactly
> you want, you can get description or enumerate lists as well.
>
> Let me know if the problems now go away.
Thanks ever so much. This is a very nice addition.
I saw a small issue in defcustom for org-export-latex-low-levels (see
below).
Best,
Matt
--8<---------------cut here---------------start------------->8---
diff --git a/lisp/org-export-latex.el b/lisp/org-export-latex.el
index a09aff6..f852084 100644
--- a/lisp/org-export-latex.el
+++ b/lisp/org-export-latex.el
@@ -227,8 +227,8 @@ the %s stands here for the inserted headline and is
mandatory."
:group 'org-export-latex
:type '(choice (const :tag "Ignore" nil)
(symbol :tag "Convert as descriptive list" description)
- (symbol :tag "Convert as descriptive list" itemize)
- (symbol :tag "Convert as descriptive list" enumerate)
+ (symbol :tag "Convert as itemized list" itemize)
+ (symbol :tag "Convert as enumerated list" enumerate)
(string :tag "Use a section string" :value
"\\subparagraph{%s}")))
(defcustom org-export-latex-list-parameters
--8<---------------cut here---------------end--------------->8---
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode