| 
					
				 | 
			
			
				@@ -587,7 +587,7 @@ doesn't include leading \"depends\"." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		   (let ((id (org-element-property :TASK_ID dep))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		     (and id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			  (string-match (concat id " +\\({.*?}\\)") dep-str) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			  (org-match-string-no-properties 1)))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			  (org-match-string-no-properties 1 dep-str)))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		  path) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	      ;; Compute number of exclamation marks by looking for the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	      ;; common ancestor between TASK and DEP. 
			 |