| 
					
				 | 
			
			
				@@ -2266,7 +2266,7 @@ in the list) and remove property and value from the list in LISTVAR." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	lang code trans opts indent) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (goto-char (point-min)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (while (re-search-forward 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	    "\\(^\\([ \t]*\\)#\\+BEGIN_SRC:?[ \t]+\\([^ \t\n]+\\)\\(.*\\)\n\\([^\000]+?\n\\)[ \t]*#\\+END_SRC.*\\)\\|\\(^\\([ \t]*\\)#\\+BEGIN_EXAMPLE:?\\(?:[ \t]+\\(.*\\)\\)?\n\\([^\000]+?\n\\)[ \t]*#\\+END_EXAMPLE.*\\)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	    "\\(^\\([ \t]*\\)#\\+BEGIN_SRC:?[ \t]+\\([^ \t\n]+\\)\\(.*\\)\n\\([^\000]+?\n\\)[ \t]*#\\+END_SRC.*\n?\\)\\|\\(^\\([ \t]*\\)#\\+BEGIN_EXAMPLE:?\\(?:[ \t]+\\(.*\\)\\)?\n\\([^\000]+?\n\\)[ \t]*#\\+END_EXAMPLE.*\n?\\)" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	    nil t) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (if (match-end 1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  ;; src segments 
			 |