emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: Latex export bugs and a request
Date: Sat, 21 Mar 2009 15:32:59 -0500	[thread overview]
Message-ID: <m2zlfezkec.fsf@fastmail.fm> (raw)
In-Reply-To: <9A193714-0153-46CC-BF39-B8866130282C@uva.nl> (Carsten Dominik's message of "Sat\, 21 Mar 2009 18\:21\:29 +0100")

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

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	other threads:[~2009-03-21 20:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-16 19:16 Latex export bugs and a request Matthew Lundin
2009-03-16 21:16 ` Carsten Dominik
2009-03-18 16:33   ` Matthew Lundin
2009-03-19 10:04     ` Carsten Dominik
2009-03-20  2:43       ` Matthew Lundin
2009-03-21 17:21         ` Carsten Dominik
2009-03-21 20:32           ` Matthew Lundin [this message]
2009-03-22  7:03             ` Carsten Dominik
2009-03-21 18:32         ` Matthew Lundin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2zlfezkec.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).