| 
					
				 | 
			
			
				@@ -316,6 +316,14 @@ e.g. \"author-info:nil\"." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   :group 'org-export-general 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   :type 'boolean) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+(defcustom org-export-email-info nil 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "Non-nil means insert author name and email into the exported file. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+This option can also be set with the +OPTIONS line, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+e.g. \"email-info:t\"." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  :group 'org-export-general 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  :type 'boolean) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defcustom org-export-creator-info t 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "Non-nil means the postamble should contain a creator sentence. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 This sentence is \"HTML generated by org-mode XX in emacs XXX\"." 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -607,6 +615,7 @@ table.el tables." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (:fixed-width	      ":"	  org-export-with-fixed-width) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (:timestamps	      "<"	  org-export-with-timestamps) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (:author-info	      "author"	  org-export-author-info) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    (:email-info	      "email"	  org-export-email) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (:creator-info	      "creator"	  org-export-creator-info) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (:time-stamp-file	      "timestamp" org-export-time-stamp-file) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (:tables		      "|"	  org-export-with-tables) 
			 |