Browse Source

org-lint: Allow sorting by warning message.

* lisp/org-lint.el (org-lint--report-mode): Allow sorting by warning message.

Suggested-by: Rainer M Krug <Rainer@krugs.de>
<http://permalink.gmane.org/gmane.emacs.orgmode/102047>
Nicolas Goaziou 9 years ago
parent
commit
ba4d3376c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-lint.el

+ 1 - 1
lisp/org-lint.el

@@ -981,7 +981,7 @@ Use :header-args: instead"
 		(string-to-number (aref (cadr b) 0))))
 	   :right-align t)
 	  ("Trust" 5 t)
-	  ("Warning" 0 nil)])
+	  ("Warning" 0 t)])
   (tabulated-list-init-header))
 
 (defun org-lint--generate-reports (buffer checkers)