From 2d8c5af30855698c9dcf3840a1d319df680413f2 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 13 Nov 2009 19:55:32 +0100 Subject: [PATCH] Improve subject line of bug report --- lisp/org.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 7b2e95b09..97c9bea4b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16066,7 +16066,11 @@ what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback 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) + (replace-match "\\1Bug: \\3 [\\2]"))))) + (defun org-install-agenda-files-menu () (let ((bl (buffer-list))) -- 2.11.4.GIT