lisp/org.el: Use "[BUG]" instead of "Bug:" for bug reports

* lisp/org.el (org-submit-bug-report): Use "[BUG]" as the subject
prefix.
This commit is contained in:
Bastien 2021-05-15 13:55:12 +02:00
parent 402bd498ab
commit 8b0b206b52
1 changed files with 1 additions and 1 deletions

View File

@ -18469,7 +18469,7 @@ Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------")
(save-excursion
(when (re-search-backward "^\\(Subject: \\)Org mode version \\(.*?\\);[ \t]*\\(.*\\)" nil t)
(replace-match "\\1Bug: \\3 [\\2]")))))
(replace-match "\\1[BUG] \\3 [\\2]")))))
(defun org-install-agenda-files-menu ()