| 
					
				 | 
			
			
				@@ -87,11 +87,13 @@ These are the regions where each line starts with a colon." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defcustom org-src-preserve-indentation nil 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "If non-nil, leading whitespace characters in source code 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  blocks are preserved. Otherwise, after editing with 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  \\[org-edit-src-code], the minimum (across-lines) number of 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  leading whitespace characters are removed from all lines, and 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  the code block is then uniformly indented according to the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  value of `org-edit-src-content-indentation'." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  blocks are preserved on export, and when switching between the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  org buffer and the language mode edit buffer. If this variable 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  is nil then, after editing with \\[org-edit-src-code], the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  minimum (across-lines) number of leading whitespace characters 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  are removed from all lines, and the code block is uniformly 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  indented according to the value of 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  `org-edit-src-content-indentation'." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   :group 'org-edit-structure 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   :type 'boolean) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |