| 
					
				 | 
			
			
				@@ -2124,7 +2124,8 @@ contextual information." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defun org-e-latex-statistics-cookie (statistics-cookie contents info) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "Transcode a STATISTICS-COOKIE object from Org to LaTeX. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 CONTENTS is nil.  INFO is a plist holding contextual information." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  (org-element-property :value statistics-cookie)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  (replace-regexp-in-string 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   "%" "\\%" (org-element-property :value statistics-cookie) nil t)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;;;; Strike-Through 
			 |