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