[PATCH] test-ox-html.el (ox-html/html5-fancy-timestamps): use search-forward

2025-08-03 Thread Lukas Epple
This change was suggested in <87wm8cfgjn.fsf@localhost>, but I forgot to change this test in the subsequent revisions unfortunately.From 690189fc63309a70de6535f168bf58b45a9323bf Mon Sep 17 00:00:00 2001 From: Lukas Epple Date: Sun, 3 Aug 2025 15:37:09 +0200 Subject: [PATCH] test-ox-html.

[PATCH v3] ox-html: export timestamps via HTML5 element

2025-07-27 Thread Lukas Epple
red to . From cb6b598bc74989257bda692032b20de06c72235d Mon Sep 17 00:00:00 2001 From: Lukas Epple Date: Wed, 25 Jun 2025 15:45:43 +0200 Subject: [PATCH] lisp/ox-html.el: Use time element for timestamps in fancy html5 * ox-html.el (org-html--format-timestamp): Use time html element and its datetime attribute

[PATCH v2] ox-html: export timestamps via HTML5 element

2025-07-22 Thread Lukas Epple
7; rather than keep this replacement exclusive to `org-html-timestamp'. I could revert this, but think it's better this way for consistency. I've tried to clarify what changed in the updated commit message, too.From 94fc03eb61fcfa61c0654e28a8921f84e416f8c1 Mon Sep 17 00:00:00 2001 From

[PATCH v2] lisp/ox-html.el: Convert numeric to named character, references

2025-07-21 Thread Lukas Epple
I made a small mistake in the test suite which is fixed in this version of the patch. Sorry about that.From 5699d163f8b0f4f963adba7a61127a4bf545958b Mon Sep 17 00:00:00 2001 From: Lukas Epple Date: Mon, 21 Jul 2025 11:46:44 +0200 Subject: [PATCH 1/6] lisp/ox-html.el: Convert numeric to named

[PATCH] lisp/ox-html.el: Convert numeric to named character, references

2025-07-21 Thread Lukas Epple
ed to my other patch series and based on main. It conflicts with my patches though, so I'll rebase the v2 of my patches depending on whether we want to land this or not. ~lukasFrom 1de06f2899c25b20df88fa55e034858da1a871b8 Mon Sep 17 00:00:00 2001 From: Lukas Epple Date: Mon, 21 Jul 20

[PATCH] ox-html: export timestamps via HTML5 element

2025-06-25 Thread Lukas Epple
super clunky and I would love some suggestions here. Also I wasn't sure what Emacs version would be correct to put in :version, so that's still missing. ~lukas PS: My FSF Copyright Assignment paperwork has been completed.From f825acf3f6687ac64311faec0983bcb12c245e94 Mon Sep 17 00:00:00 2

[FR] [ox-html] export timestamps and durations via HTML5 element

2025-02-03 Thread Lukas Epple
nt [2]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time;; SPDX-FileCopyrightText: Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; SPDX-FileCopyrightText: Copyright (C) 2025 Lukas Epple ;; SPDX-License-Identifier: GPL-3.0-or-later (require 'org) (require 'ox-html) (de