From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: angle brackets around timestamps in html export Date: Tue, 03 Sep 2013 15:01:17 +0200 Message-ID: <87d2oq3vqa.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqEK-0001zV-MP for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:01:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGqEC-0006Xi-8y for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:01:12 -0400 Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:62433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGqEC-0006XV-1Y for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 09:01:04 -0400 Received: by mail-ea0-f173.google.com with SMTP id g10so2969323eak.32 for ; Tue, 03 Sep 2013 06:01:03 -0700 (PDT) In-Reply-To: (Matt Price's message of "Fri, 30 Aug 2013 11:59:02 -0400") 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: Matt Price Cc: Org Mode Hello, Matt Price writes: > I'm trying to get rid of angle brackets in HTML export. I've set > org-export-date-timestamp-format to "%a, %b %d". This variable only applies to a timestamp specified in DATE keyword. > I also have timestamp overlays turned on, and the displayed custom > format set to "<%a, %b %d>" (that seems unlikely to be relevant, but > I've changed it just in case). This should work with: - `org-display-custom-times' set to t - `org-time-stamp-custom-formats' set to a cons cell with values without angle brackets. These variables can be buffer-local. > Sorry I can't find the answer in the docs, I'm sure it's there > somewhere but I'm missing it somehow! You can also use a filter on every timestamp exported and make sure any angle bracket is removed. Regards, -- Nicolas Goaziou