Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
ba4d3376c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)