From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: new (LaTeX) exporter and date formatting Date: Fri, 15 Jun 2012 14:42:11 +0200 Message-ID: <87lijon3vg.fsf@med.uni-goettingen.de> References: <87ehqbxrz1.fsf@med.uni-goettingen.de> <87sjerav34.fsf@gmail.com> <871umay444.fsf@med.uni-goettingen.de> <874nqe9l2n.fsf@gmail.com> <8062au2fvz.fsf@somewhere.org> <87zk8596uh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfVsA-0006Ig-Ry for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 08:43:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfVs1-0008Ux-Km for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 08:43:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:49455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfVs1-0008Ug-Dv for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 08:43:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SfVry-00085y-TJ for emacs-orgmode@gnu.org; Fri, 15 Jun 2012 14:43:18 +0200 Received: from p57b64b5a.dip.t-dialin.net ([87.182.75.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2012 14:43:18 +0200 Received: from andreas.leha by p57b64b5a.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2012 14:43:18 +0200 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@gnu.org Hi Nicolas, >>> The following patch should add the language option according to LANGUAGE >>> keywords if babel package is explicitly loaded in preamble. >> >> I think this will be a great addition! I just made some quick test of your patch and it works great! So I completely agree. > > Albeit a very limited one: guessed language in only added when babel > package is loaded _and_ it is different from the one set by the user. I do not mind. I can have '#+LATEX_HEADER: \usepackage[en]{babel}' in all my .org files by default and have the exporter override the language setting based on the '#+LANGUAGE:' tag. > > If there is no objection, I'll push a slightly refactored version of > that patch. > Pleas do so. And a big thanks for that addition! Regards, Andreas