Escape [[ in NEWS when generating HTML via Org

* admin/admin.el (make-news-html-file): Escape [[ with zero
width space.

Copyright-paperwork-exempt: yes
This commit is contained in:
Peter Oliver 2026-08-25 13:22:14 +01:00 committed by Sean Whitton
parent 9794fa0d5d
commit 5c5362a3e8

View file

@ -925,6 +925,7 @@ $Date: %s $
;; Escape some characters.
(replace-regexp-in-region (rx "$") "@@html:$@@" (point-min) (point-max))
(replace-regexp-in-region (rx "[[") "[\u200B[" (point-min) (point-max))
;; Use Org-mode markers for 'symbols', 'C-x k', etc.
(replace-regexp-in-region