From mboxrd@z Thu Jan 1 00:00:00 1970 From: LanX Subject: exporter for latex g-brief - extending \begin{document} Date: Wed, 5 Mar 2014 01:21:32 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bacc8a6b7863904f3d1005d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKzaZ-0004EA-BE for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 19:21:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKzaY-0003BX-70 for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 19:21:35 -0500 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:33402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKzaX-0003BQ-Ue for emacs-orgmode@gnu.org; Tue, 04 Mar 2014 19:21:34 -0500 Received: by mail-we0-f182.google.com with SMTP id p61so330567wes.27 for ; Tue, 04 Mar 2014 16:21:32 -0800 (PST) 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: Emacs-orgmode list --047d7bacc8a6b7863904f3d1005d Content-Type: text/plain; charset=ISO-8859-1 Hi Im using a latex class called g-brief to create formal german letters (see e.g. http://vimpy.org/wp/archives/47) and I'm trying to add an exporter to org-mode. my problem is that I need to enclose the text within \begin{document} \begin{g-brief} ... here comes text \end{g-brief} \end{document} so any customization possibilities to nest the document within begin/end{g-brief} (before I try patching the org-mode.el) Does it help to upgrade, my org-version is 7.7 Thanks Rolf --047d7bacc8a6b7863904f3d1005d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi

Im= using a latex class called g-brief to create formal german letters (see e.= g. http://vimpy.org/wp/archives= /47) and I'm trying to add an exporter to org-mode.

my problem is that I need to enclose the text within

\begin{document}
\begin{g-brief}

...= here comes text

\end{g-brief}
\end{document}

so any customization possibilities to nest the document within be= gin/end{g-brief} (before I try patching the org-mode.el)

Does = it help to upgrade, my org-version is 7.7

Thanks
=A0Rolf
--047d7bacc8a6b7863904f3d1005d--