emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Matthew Lundin <mdl@imapmail.org>
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: Latex export bugs and a request
Date: Sun, 22 Mar 2009 08:03:53 +0100	[thread overview]
Message-ID: <7D3C27C4-202A-48C0-A75E-1ACECC910189@uva.nl> (raw)
In-Reply-To: <m2zlfezkec.fsf@fastmail.fm>


[-- Attachment #1.1: Type: text/plain, Size: 1571 bytes --]


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


[-- Attachment #1.2: Type: text/html, Size: 3029 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

  reply	other threads:[~2009-03-22  7:04 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
2009-03-22  7:03             ` Carsten Dominik [this message]
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=7D3C27C4-202A-48C0-A75E-1ACECC910189@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.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).