From f97bbde3c6d29ff0becefcae55f154d1e3d81e2c Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 13 Nov 2009 20:13:27 +0100 Subject: [PATCH] Better subject lines for bug reports --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 97c9bea4b..8960c527a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16068,7 +16068,7 @@ what in fact did happen. You don't know how to make a good report? See Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------") (save-excursion - (if (re-search-backward "^\\(Subject: \\)\\(Org-mode version.*?\\);[ \t]*\\(.*\\)" nil t) + (if (re-search-backward "^\\(Subject: \\)Org-mode version \\(.*?\\);[ \t]*\\(.*\\)" nil t) (replace-match "\\1Bug: \\3 [\\2]"))))) -- 2.11.4.GIT