emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Fwd: Org mode latex export with "Letter" Class


From: Eric S Fraga
Subject: Re: [O] Fwd: Org mode latex export with "Letter" Class
Date: Mon, 13 Nov 2017 09:17:41 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On Sunday, 12 Nov 2017 at 14:34, Mohamed Zaki wrote:
> Hi
>
> I am trying to export an org file to latex using the org-mode version
> 9.1.2. The input file structure is:

You could try:

    #+LaTeX_CLASS: LTR
    #+options: toc:nil
    #+attr_latex: :options {To somebody \\ Somewhere \\ Planet Earth}
    #+begin_letter 
    \opening{Dear Sir/Madam,}
    Some text
    \closing{Thank you,}

    #+end_letter

but note that the entry you have defined for the LTR org latex class is
incorrect as it is not intended for defining blocks.  So long as you
don't use any headings, the above will work (or does for me).

In any case, I would recommend using ox-koma-letter instead...

-- 
: Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-155-gf474c7

Attachment: signature.asc
Description: PGP signature


reply via email to

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