From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Latex export bugs and a request Date: Sun, 22 Mar 2009 08:03:53 +0100 Message-ID: <7D3C27C4-202A-48C0-A75E-1ACECC910189@uva.nl> References: <87zlflcm6t.fsf@fastmail.fm> <4CCC1BE5-B46F-4A01-AB69-AB1A28F4FF86@uva.nl> <87bpryeqpm.fsf@fastmail.fm> <9A193714-0153-46CC-BF39-B8866130282C@uva.nl> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: multipart/mixed; boundary="===============1556626658==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlHj2-0002SQ-9A for emacs-orgmode@gnu.org; Sun, 22 Mar 2009 03:04:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlHix-0002Rw-73 for emacs-orgmode@gnu.org; Sun, 22 Mar 2009 03:04:03 -0400 Received: from [199.232.76.173] (port=39180 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlHix-0002Rt-1T for emacs-orgmode@gnu.org; Sun, 22 Mar 2009 03:03:59 -0400 Received: from mx20.gnu.org ([199.232.41.8]:40110) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LlHiw-0005Go-4v for emacs-orgmode@gnu.org; Sun, 22 Mar 2009 03:03:58 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlHiu-0006Vq-FA for emacs-orgmode@gnu.org; Sun, 22 Mar 2009 03:03:56 -0400 Received: by ewy4 with SMTP id 4so1636844ewy.42 for ; Sun, 22 Mar 2009 00:03:55 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Lundin Cc: Org-mode ml --===============1556626658== Content-Type: multipart/alternative; boundary=Apple-Mail-1--447287339 --Apple-Mail-1--447287339 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Mar 21, 2009, at 9:32 PM, Matthew Lundin wrote: > Hi Carsten, > > Carsten Dominik 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--- --Apple-Mail-1--447287339 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On Mar 21, 2009, = at 9:32 PM, Matthew Lundin wrote:

Hi Carsten,

Carsten Dominik <dominik@science.uva.nl> = 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---
=
= --Apple-Mail-1--447287339-- --===============1556626658== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1556626658==--