* Timestamps being changed in exporting to HTML ?
@ 2022-12-14 1:51 David Masterson
2022-12-14 8:38 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: David Masterson @ 2022-12-14 1:51 UTC (permalink / raw)
To: emacs-orgmode
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?
--
David Masterson
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Timestamps being changed in exporting to HTML ?
2022-12-14 1:51 Timestamps being changed in exporting to HTML ? David Masterson
@ 2022-12-14 8:38 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-12-14 8:38 UTC (permalink / raw)
To: David Masterson; +Cc: emacs-orgmode
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 (–) –
--
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-14 8:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 1:51 Timestamps being changed in exporting to HTML ? David Masterson
2022-12-14 8:38 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).