| 
					
				 | 
			
			
				@@ -1558,9 +1558,7 @@ lang=\"%s\" xml:lang=\"%s\"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	      (when (and (not (equal item-type "d")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			 (not (string-match "[^ \t]" line))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		;; empty line.  Pretend indentation is large. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		(setq ind (if org-empty-line-terminates-plain-lists 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			      0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			    (1+ (or (car local-list-indent) 1))))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		(setq ind (1+ (or (car local-list-indent) 1)))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	      (while (and in-local-list 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			  (or (and (= ind (car local-list-indent)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				   (not starter)) 
			 |