From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org-time-stamp in latex buffer Date: Fri, 28 Jul 2017 12:39:19 +0000 Message-ID: <87a83oka6g.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1db4ce-00023H-1s for emacs-orgmode@gnu.org; Fri, 28 Jul 2017 08:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1db4ca-0001nO-H8 for emacs-orgmode@gnu.org; Fri, 28 Jul 2017 08:44:04 -0400 Received: from [195.159.176.226] (port=59796 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1db4ca-0001lV-AG for emacs-orgmode@gnu.org; Fri, 28 Jul 2017 08:44:00 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1db4Y3-0005lh-Qt for emacs-orgmode@gnu.org; Fri, 28 Jul 2017 14:39:19 +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" To: emacs-orgmode@gnu.org Hi I changed by org-time-stamp-custom-formats to org-time-stamp-custom-formats is a variable defined in ‘org.el’. Its value is ("«%d-%m-%Y %a»" . "«%d-%m-%Y %a %H:%M»") Original value was ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>") And indeed in an org buffer this format is used. However when I try to use org-time-stamp in a latex buffer the string <2017-07-28 Fr> is inserted which does not respect my new setting. What is wrong? Thanks Uwe Brauer