mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
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:
parent
9794fa0d5d
commit
5c5362a3e8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue