| 
					
				 | 
			
			
				@@ -405,10 +405,10 @@ with a link to this URL." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;;; Variables, constants, and parameter plists 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defvar org-export-html-preamble nil 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  "Preamble, to be inserted just before <body>.  Set by publishing functions. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "Preamble, to be inserted just after <body>.  Set by publishing functions. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 This may also be a function, building and inserting the preamble.") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defvar org-export-html-postamble nil 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  "Preamble, to be inserted just after </body>.  Set by publishing functions. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "Preamble, to be inserted just before </body>.  Set by publishing functions. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 This may also be a function, building and inserting the postamble.") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defvar org-export-html-auto-preamble t 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "Should default preamble be inserted?  Set by publishing functions.") 
			 |