From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: About latex export Date: Mon, 08 Sep 2008 20:08:56 +0200 Message-ID: <8763p6mrwn.fsf@selenimh.orion.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KclEI-000512-4I for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 14:12:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KclEE-00050g-Hc for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 14:12:49 -0400 Received: from [199.232.76.173] (port=47570 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KclEE-00050c-Ed for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 14:12:46 -0400 Received: from neuf-infra-smtp-out-sp604006av.neufgp.fr ([84.96.92.121]:35048) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KclED-0004mT-11 for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 14:12:46 -0400 Received: from selenimh.orion.org. (147.48.86-79.rev.gaoland.net [79.86.48.147]) by lowzel (Postfix) with ESMTPSA id 3560B1FD62 for ; Mon, 8 Sep 2008 20:07:43 +0200 (CEST) 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: emacs-orgmode@gnu.org 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 =E2=80=94= 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 =E2=80=94 maybe with the help of a hook =E2=80=94 but I can't help thi= nking 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 ? --=20 Nicolas Goaziou