From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Beamer Export: US date format despite \usepackage[ngerman]{babel} Date: Fri, 23 May 2014 09:01:02 -0400 Message-ID: <87ha4g3b01.fsf@gmail.com> References: <87r43mp9z2.fsf@hornfels.zedat.fu-berlin.de> <87zji8vjkk.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnp6C-0001A5-Fi for emacs-orgmode@gnu.org; Fri, 23 May 2014 09:01:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wnp64-0001j5-KX for emacs-orgmode@gnu.org; Fri, 23 May 2014 09:01:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:37742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnp64-0001iw-EL for emacs-orgmode@gnu.org; Fri, 23 May 2014 09:01:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wnp62-0008LI-Tj for emacs-orgmode@gnu.org; Fri, 23 May 2014 15:01:14 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 May 2014 15:01:14 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 May 2014 15:01:14 +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 "Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> If I have the following: >> >> ,-------------------------------------------- >> | #+TITLE: Test >> | #+AUTHOR: Loris Bennett >> | >> | #+OPTIONS: H:1 toc:nil >> | >> | #+LATEX_HEADER: \usepackage[ngerman]{babel} >> | >> | #+DATE: \today >> | >> | * Test >> | >> | Test >> `-------------------------------------------- >> >> And export as to Beamer PDF, the tex file contains >> >> ,------------------------------------- >> | \usepackage[ngerman, english]{babel} >> `------------------------------------- >> >> And the date is rendered as >> >> ,------------- >> | May 22, 2014 >> `------------- >> >> Is this a bug or should I be doing something else to get "22. Mai 2014"? >> #+LANGUAGE: de perhaps? -- Nick