emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Timestamps being changed in exporting to HTML ?


From: Ihor Radchenko
Subject: Re: Timestamps being changed in exporting to HTML ?
Date: Wed, 14 Dec 2022 08:38:02 +0000

David Masterson <dsmasterson@gmail.com> writes:

> I just noticed that Org timestamps of the following form:
>
>   <2006-11-02 Thu 20:00-22:00>
>
> are being changed to this form in HTML export:
>
>   <2006-11-02 Thu 20:00>-<2006-11-02 Thu 22:00>  # note single '-'
>
> Is this proper?

Transformation from 20:00-22:00 to 2 timestamps is done by
`org-timestamp-translate'.

The single "-" is not a true dash (-), but en-dash (–) &#x2013;

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

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