From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: org-export-latex v0.18 Date: Sun, 29 Jul 2007 17:36:17 +0200 Message-ID: <87abtffci6.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFAoj-0001sZ-Qx for emacs-orgmode@gnu.org; Sun, 29 Jul 2007 11:36:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFAoh-0001sJ-CS for emacs-orgmode@gnu.org; Sun, 29 Jul 2007 11:36:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFAoh-0001sG-7E for emacs-orgmode@gnu.org; Sun, 29 Jul 2007 11:36:23 -0400 Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IFAog-0004gN-Ry for emacs-orgmode@gnu.org; Sun, 29 Jul 2007 11:36:23 -0400 Received: by nf-out-0910.google.com with SMTP id f5so141776nfh for ; Sun, 29 Jul 2007 08:36:21 -0700 (PDT) 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 Hi list, i'm releasing org-export-latex v0.18: http://www.cognition.ens.fr/~guerry/u/org-export-latex.el [1] The LaTeX exporter now looks for the `odd[even]' option in the startup line and falls back on `org-odd-levels-only'. Thanks Leo for reporting this bug. There are two new options: `org-export-latex-sectioning-alist' defines the sectioning commands. The default is to go through these: \section{%s} \subsection{%s} \subsubsection{%s} \paragraph{%s} \subparagraph{%s} `org-export-latex-remove-from-headines' specifies whether you want to remove todo keywords, priority cookie and tags from the headline. The default is to remove everything. Enjoy! Notes: [1] This server seems down right now. You can get a copy on a this temporary mirror: http://www.legito.net/u/org-export-latex.el -- Bastien