emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Latex export bugs and a request


From: Carsten Dominik
Subject: Re: [Orgmode] Latex export bugs and a request
Date: Sun, 22 Mar 2009 08:03:53 +0100


On Mar 21, 2009, at 9:32 PM, Matthew Lundin wrote:

Hi Carsten,

Carsten Dominik <address@hidden> 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).

Thanks for catching this.  Fixed, thanks.

- Carsten



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---


reply via email to

[Prev in Thread] Current Thread [Next in Thread]