]> git.eshelyaron.com Git - emacs.git/commit
Add version headlines to HTML NEWS export
authorStefan Kangas <stefankangas@gmail.com>
Fri, 16 Sep 2022 17:33:02 +0000 (19:33 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 16 Sep 2022 17:34:46 +0000 (19:34 +0200)
commitbcc84ac7feccf285811d3bc3254fa10062c9334c
treea54cffb8aae39b879889edfffcf6b10ad4871332
parent5d227ae83e57eb5ef2144e3af3e3431d26d77bc1
Add version headlines to HTML NEWS export

This allows linking to, e.g. "NEWS.28.html#28.1" to go directly to
those release notes.
* admin/admin.el (admin--org-export-headers-format)
(make-news-html-file): Add XX.Y version headlines with an HTML anchor.
admin/admin.el