From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Composing letters using Org mode and the LaTeX isodoc class Date: Tue, 07 Sep 2010 13:36:16 +0200 Message-ID: <87zkvtn5u7.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, Based on a thread launched by Jambunathan, I've tried to follow another direction, having a huge interest in getting such a thing to work. My trial is very border-line, as I tried using Org code blocks. Would these= be "convertable" to LaTeX, that would make (or have made) sense. Just presenting this to you, in order to receive ideas on how to progress in the right direction. --8<---------------cut here---------------start------------->8--- #+TITLE: Org-isodoc #+AUTHOR: Seb Vauban #+DATE: 2010-09-07 #+DESCRIPTION:=20 #+KEYWORDS:=20 #+LANGUAGE: en_US * To #+srcname: to #+begin_src org Org mode user group \\ World Wide Web #+end_src * Subject #+srcname: subject #+begin_src org Composing letters using Org mode and the LaTeX isodoc class #+end_src * Opening #+srcname: opening #+begin_src org Dear Org mode users, #+end_src * Body #+srcname: body #+begin_src org Following ideas found here, I am trying to use Org for writing LaTeX letters at the speed of light. The class I'm used to compose with is called isodoc. Very nice. You should = try it... *Problems* encountered /so far/: - how to insert properly converted tables (to =3DLaTeX=3D)? | test | hello | | foo | bar | - begin an Org block, editing this code adds commas in front of every line.= .. That's all for now. #+end_src * Closing #+srcname: closing #+begin_src org Yours Truly #+end_src * Encl #+srcname: encl #+begin_src org I still have to look at how to declare some attached documents. #+end_src * Letter #+begin_src latex :noweb yes :tangle yes \documentclass[11pt]{isodoc} \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} %\usepackage[scorpios]{isodoc-style} \usepackage[mygooglest]{isodoc-style} \setupdocument{ to =3D {% <>}, subject =3D {<>}, opening =3D {<>}, closing =3D {<>} } \begin{document} \letter{% <> } \end{document} #+end_src #+results: #+BEGIN_LaTeX \documentclass[11pt]{isodoc} \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} %\usepackage[scorpios]{isodoc-style} \usepackage[mygooglest]{isodoc-style} \setupdocument{ to =3D {% Org mode user group \\ World Wide Web}, subject =3D {Composing letters using Org mode and the LaTeX isodoc clas= s}, opening =3D {Dear Org mode users,}, closing =3D {Yours Truly} } \begin{document} \letter{% Following ideas found here, I am trying to use Org for writing LaTeX letters at the speed of light. The class I'm used to compose with is called isodoc. Very nice. You should = try it... *Problems* encountered /so far/: - how to insert properly converted tables (to =3DLaTeX=3D)? | test | hello | | foo | bar | - begin an Org block, editing this code adds commas in front of every line.= .. That's all for now. } \end{document} #+END_LaTeX --8<---------------cut here---------------end--------------->8--- Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode