From mboxrd@z Thu Jan 1 00:00:00 1970 From: phaebz Subject: German date in LaTeX export [7.3] Date: Sun, 13 Feb 2011 19:02:30 +0200 Message-ID: <4D580EA6.9070703@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49295 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PofLI-0007ZF-4l for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 12:02:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PofLH-0003On-3J for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 12:02:36 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:59137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PofLG-0003OX-Nt for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 12:02:34 -0500 Received: by fxm12 with SMTP id 12so4606616fxm.0 for ; Sun, 13 Feb 2011 09:02:33 -0800 (PST) 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 I have these org-options set for export: #+LANGUAGE: de #+LATEX_HEADER: \usepackage[ngerman]{babel} The usepackage line for babel is necessary, because Language: de is not recognized. With the above, I correctly get e.g. "Inhaltsverzeichnis" instead of "Contents". But the timestamp in the title remains the english one, namely "13 February 2011". How do I change this? I did not find any option for this in the manual... Thanks in advance Michael Bach