From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: About latex export Date: Tue, 9 Sep 2008 19:00:23 +0200 Message-ID: <3d6808890809091000h7f59d2cbr66701addd13cea06@mail.gmail.com> References: <8763p6mrwn.fsf@selenimh.orion.org> <4C0C70B0-53BC-482D-9FC7-A0CEC5E73E52@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd6Zn-0001Q7-3B for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 13:00:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd6Zm-0001PB-K6 for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 13:00:26 -0400 Received: from [199.232.76.173] (port=36820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd6Zm-0001Op-6k for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 13:00:26 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:58725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kd6Zm-00077g-3g for emacs-orgmode@gnu.org; Tue, 09 Sep 2008 13:00:26 -0400 Received: by ey-out-1920.google.com with SMTP id 4so935924eyg.24 for ; Tue, 09 Sep 2008 10:00:24 -0700 (PDT) In-Reply-To: <4C0C70B0-53BC-482D-9FC7-A0CEC5E73E52@uva.nl> Content-Disposition: inline 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list For the Latex users, I feel i should also point out this tool called Plans Unfolding. http://www.myreckonings.com/PlansUnfolding I've not had a chance to play with it properly, but it uses latex templates for all of its reports, so might be a handy resource/tool Tim. 2008/9/8 Carsten Dominik : > Hi Nick, > > please see > > http://article.gmane.org/gmane.emacs.orgmode/7684/ > > On Sep 8, 2008, at 8:08 PM, Nicolas Goaziou wrote: > >> Hello, >> >> While fiddling with latex export, I wondered if there was a variable to >> specify some more packages that should be added the code produced =97 i.= e. >> I'd like to add \usepackage[frenchb]{babel} everytime. >> >> I could somehow manage to write a function adding it after exporting the >> code =97 maybe with the help of a hook =97 but I can't help thinking it >> would be messier. >> >> On another topic, it looks like the latex export process doesn't play >> well with the "description" environment. In fact, >> >> - a :: first >> - b :: second >> >> is rendered as >> >> \begin{itemize} >> \item a :: first >> \item b :: second >> \end{itemize} >> >> Odd, isn't it ? > > Not odd, description lists have not yet been implemented in the LaTeX > exporter. > > - Carsten > > > > _______________________________________________ > 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 >