Explorar o código

org-agenda: Friendlier agenda tag filter user interface

* lisp/org-agenda.el (org-agenda-filter-by-tag): Added little texts
  for the tag-char item and the tag-chooser item.
Marco Wahl %!s(int64=7) %!d(string=hai) anos
pai
achega
ab79f112b4
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      lisp/org-agenda.el

+ 3 - 2
lisp/org-agenda.el

@@ -7444,8 +7444,9 @@ also press `-' or `+' to switch between filtering and excluding."
     (unless char
       (while (not (memq char valid-char-list))
 	(message
-	 "%s by tag [%s ], [TAB], %s[/]:off, [+/-]:filter/exclude%s, [q]:quit"
-	 (if exclude "Exclude" "Filter") tag-chars
+	 "%s by tag [%s ]:tag-char, [TAB]:tag, %s[/]:off, [+/-]:filter/exclude%s, [q]:quit"
+	 (if exclude "Exclude" "Filter")
+	 tag-chars
 	 (if org-agenda-auto-exclude-function "[RET], " "")
 	 (if expand "" ", no grouptag expand"))
 	(setq char (read-char-exclusive))