|
@@ -1906,7 +1906,7 @@ Nil means don't hide any tags."
|
|
:group 'org-agenda-line-format
|
|
:group 'org-agenda-line-format
|
|
:type '(choice
|
|
:type '(choice
|
|
(const :tag "Hide none" nil)
|
|
(const :tag "Hide none" nil)
|
|
- (string :tag "Regexp ")))
|
|
|
|
|
|
+ (regexp :tag "Regexp ")))
|
|
|
|
|
|
(defvaralias 'org-agenda-remove-tags-when-in-prefix
|
|
(defvaralias 'org-agenda-remove-tags-when-in-prefix
|
|
'org-agenda-remove-tags)
|
|
'org-agenda-remove-tags)
|
|
@@ -2003,7 +2003,7 @@ category, you can use:
|
|
(\"Emacs\" \\='(space . (:width (16))))"
|
|
(\"Emacs\" \\='(space . (:width (16))))"
|
|
:group 'org-agenda-line-format
|
|
:group 'org-agenda-line-format
|
|
:version "24.1"
|
|
:version "24.1"
|
|
- :type '(alist :key-type (string :tag "Regexp matching category")
|
|
|
|
|
|
+ :type '(alist :key-type (regexp :tag "Regexp matching category")
|
|
:value-type (choice (list :tag "Icon"
|
|
:value-type (choice (list :tag "Icon"
|
|
(string :tag "File or data")
|
|
(string :tag "File or data")
|
|
(symbol :tag "Type")
|
|
(symbol :tag "Type")
|