| 
					
				 | 
			
			
				@@ -2662,13 +2662,13 @@ durations computations @ref{Durations and time values}. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @cindex Lisp forms, as table formulas 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 It is also possible to write a formula in Emacs Lisp.  This can be useful 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-for string manipulation and control structures, if Calc's functionality is  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-not enough.   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+for string manipulation and control structures, if Calc's functionality is 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+not enough. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 If a formula starts with a single-quote followed by an opening parenthesis, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 then it is evaluated as a Lisp form.  The evaluation should return either a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 string or a number.  Just as with @file{calc} formulas, you can specify modes 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-and a printf format after a semicolon.   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+and a printf format after a semicolon. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 With Emacs Lisp forms, you need to be conscious about the way field 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 references are interpolated into the form.  By default, a reference will be 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -6105,7 +6105,7 @@ is only necessary if you edit the timestamps directly.  If you change 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 them with @kbd{S-@key{cursor}} keys, the update is automatic. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 On @code{CLOCK} log lines, increase/decrease both timestamps so that the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-clock duration keeps the same.  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+clock duration keeps the same. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @orgcmd{S-M-@key{up/down},org-timestamp-up/down} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 On @code{CLOCK} log lines, increase/decrease the timestamp at point and 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 the one of the previous (or the next clock) timestamp by the same duration. 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -16546,7 +16546,7 @@ rely on outline paths, in the hope that these will be unique enough.}. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Finally, Org writes the file @file{index.org}, containing links to all other 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 files.  @i{MobileOrg} first reads this file from the server, and then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 downloads all agendas and Org files listed in it.  To speed up the download, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-MobileOrg will only read files whose checksums@footnote{Checksums are stored  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+MobileOrg will only read files whose checksums@footnote{Checksums are stored 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 automatically in the file @file{checksums.dat}} have changed. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @node Pulling from MobileOrg,  , Pushing to MobileOrg, MobileOrg 
			 |