| 
					
				 | 
			
			
				@@ -453,7 +453,7 @@ For example, if you have a capture template \"c\" and you want 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 this template to be accessible only from `message-mode' buffers, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 use this: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   '((\"c\" (in-mode . \"message-mode\"))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   '((\"c\" ((in-mode . \"message-mode\")))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Here are the available contexts definitions: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -469,11 +469,11 @@ accessible if there is at least one valid check. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 You can also bind a key to another agenda custom command 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 depending on contextual rules. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    '((\"c\" \"d\" (in-mode . \"message-mode\"))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    '((\"c\" \"d\" ((in-mode . \"message-mode\")))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-Here it means: in `message-mode buffers', use \"d\" as the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+Here it means: in `message-mode buffers', use \"c\" as the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 key for the capture template otherwise associated with \"d\". 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-\(The template originally associated with \"q\" is not displayed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+\(The template originally associated with \"d\" is not displayed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 to avoid duplicates.)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   :version "24.3" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   :group 'org-capture 
			 |