| 
					
				 | 
			
			
				@@ -1158,7 +1158,7 @@ to a number.  In the case of a timestamp, increment by days." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  (setq txt (calc-eval (concat txt "+" (number-to-string inc))))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (insert txt) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (org-move-to-column col) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      (if (and org-table-copy-increment (org-at-timestamp-p)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      (if (and org-table-copy-increment (org-at-timestamp-p 'lax)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  (org-timestamp-up-day inc) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	(org-table-maybe-recalculate-line)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (org-table-align) 
			 |