Hello,
Matt Price <[email protected]> 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