| 
					
				 | 
			
			
				@@ -293,6 +293,12 @@ See `org-link-parameters' for documentation on the other parameters." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (define-obsolete-function-alias 'org-babel-number-p 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   'org-babel--string-to-number "Org 9.0") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+;;; The function was made obsolete by commit 65399674d5 of 2013-02-22. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+;;; This make-obsolete call was added 2016-09-01. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(make-obsolete 'org-capture-import-remember-templates 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	       "use the `org-capture-templates' variable instead." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	       "Org 9.0") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;;;; Obsolete link types 
			 |