emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] angle brackets around timestamps in html export


From: Nicolas Goaziou
Subject: Re: [O] angle brackets around timestamps in html export
Date: Tue, 03 Sep 2013 15:01:17 +0200

Hello,

Matt Price <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]