From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: Needing help on org-gnus + LaTeX export - Date: Wed, 2 Oct 2013 05:56:32 +0200 Message-ID: References: <87a9iuuuu2.fsf@ucl.ac.uk> <87y56dxw8y.fsf@ucl.ac.uk> <87txh1uhxi.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d64f239434d04e7ba0f30 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRDYU-0003fx-RR for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 23:56:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRDYT-0000Si-PG for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 23:56:54 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:55614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRDYT-0000SX-EL for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 23:56:53 -0400 Received: by mail-we0-f174.google.com with SMTP id q58so266377wes.5 for ; Tue, 01 Oct 2013 20:56:52 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Joseph Vidal-Rosset , emacs-orgmode list --047d7b5d64f239434d04e7ba0f30 Content-Type: text/plain; charset=UTF-8 Hi again, I succeed in exporting to .tex files with article.cls and book.cls but I do not succeed to export other classes. I do not even suceed in exporting in beamer class. I have in my emacs: (unless (boundp 'org-export-latex-classes) (setq org-export-latex-classes nil)) (add-to-list 'org-export-latex-classes '("beamer" "\\documentclass[11pt]{beamer}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fontenc}\n\\usepackage{hyperref}\n\\usepackage{verbatim}\n" ("\\section{%s}" . "\\section*{%s}") ("\\begin{frame}\\frametitle{%s}" "\\end{frame}" "\\begin{frame}\\frametitle{%s}" "\\end{frame}"))) But it does not work : user-error: Unknown LaTeX class `beamer' I need again some help... Thanks in advance, Jo. 2013/10/1 Joseph Vidal-Rosset > > 2013/10/1 Eric S Fraga > >> Now you are starting to blur the lines between email and document >> management? If emails get this complicated, my gut feeling is that you >> are better off working on a real document (in org, of course ;-) and >> generating a PDF to attach to an email. >> > > You are certainly right Eric. Now I understand that I have to learn how > writing every latex document in org-mode. I do not doubt that it is > possible. > > Again, many thanks ! > > Jo. > --047d7b5d64f239434d04e7ba0f30 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi again,

I succeed in exporting to .te= x files with article.cls =C2=A0 and book.cls =C2=A0but I do not succeed to = export other classes. I do not even suceed in exporting in beamer class. I = have in my emacs:

(unless (boundp 'org-export-latex-classes)
=C2=A0 (setq org-export-latex-classes nil))
(add-to-list &= #39;org-export-latex-classes
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0'("beamer"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"\\documen= tclass[11pt]{beamer}\n\\usepackage[utf8]{inputenc}\n\\usepackage[T1]{fonten= c}\n\\usepackage{hyperref}\n\\usepackage{verbatim}\n"
=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("\\section{%s}"= . "\\section*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("\\begin{= frame}\\frametitle{%s}" "\\end{frame}"
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "\\begin{frame}\\frameti= tle{%s}" "\\end{frame}")))

But it does not work =C2=A0:=C2=A0user-error: Unknown LaTeX clas= s `beamer' =C2=A0

I need again some help...=C2= =A0

Thanks in advance,

Jo= .=C2=A0


2013/10/1 Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com>

=
2013/10/1 Eric S Fraga <e.fraga@ucl.ac.uk>=
Now you are starting to blur the lines betwe= en email and document
management? =C2=A0If emails get this complicated, my gut feeling is that yo= u
are better off working on a real document (in org, of course ;-) and
generating a PDF to attach to an email.

Y= ou are certainly right Eric. Now I understand that I have to learn how writ= ing every latex document in org-mode. I do not doubt that it is possible.= =C2=A0

Again, many= thanks !

Jo.=C2=A0

--047d7b5d64f239434d04e7ba0f30--