From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org-time-stamp-custom-formats: change the default <> not suited for LaTeX export Date: Thu, 03 Mar 2016 11:21:52 +0000 Message-ID: <877fhj24dr.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]:42437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abRKl-0000D3-1i for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 06:22:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abRKh-0007Fs-1t for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 06:22:18 -0500 Received: from plane.gmane.org ([80.91.229.3]:50058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abRKg-0007Ee-S7 for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 06:22:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1abRKU-00038F-3Q for emacs-orgmode@gnu.org; Thu, 03 Mar 2016 12:22:02 +0100 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Mar 2016 12:22:02 +0100 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Mar 2016 12:22:02 +0100 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 A week ago I asked how to change the format of org-time-stamp since the default format is not suited when exporting to LaTeX, the problem are the <> I'd prefer the format - «24-02-2016 Wed» I set org-display-custom-times to t and then did (customize-option (quote org-time-stamp-custom-formats)) and set it to ("$«%d-%m-%Y %a»$" . "$«%d-%m-%Y %a %H:%M»$") but I cannot get rid of the < > Any comments? Thanks Uwe Brauer