| 
					
				 | 
			
			
				@@ -28,7 +28,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; The functions `org-batch-agenda', `org-batch-agenda-csv', and 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; `org-batch-store-agenda-views' are implemented as macros to provide 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-;; a conveniant way for extracting agenda information from the command 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+;; a convenient way for extracting agenda information from the command 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; line. The Lisp does not evaluate parameters of a macro call; thus 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; it is not necessary to quote the parameters passed to one of those 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ;; functions. E.g. you can write: 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1088,7 +1088,7 @@ and timeline buffers." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	      (const :tag "Sunday" 0))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defcustom org-agenda-move-date-from-past-immediately-to-today t 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  "Non-nil means jumpt to today when moving a past date forward in time. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "Non-nil means jump to today when moving a past date forward in time. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 When using S-right in the agenda to move a a date forward, and the date 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 stamp currently points to the past, the first key press will move it 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 to today.  WHen nil, just move one day forward even if the date stays 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1660,7 +1660,7 @@ Where CATEGORY-REGEXP is a regexp matching the categories where 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 the icon should be displayed. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 FILE-OR-DATA either a file path or a string containing image data. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-The other fields can be omited safely if not needed: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+The other fields can be omitted safely if not needed: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 TYPE indicates the image type. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 DATA-P is a boolean indicating whether the FILE-OR-DATA string is 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 image data. 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3064,7 +3064,7 @@ define a filter for one of the individual blocks.  You need to set it in 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 the global options and expect it to be applied to the entire view.") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defvar org-agenda-category-filter-preset nil 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  "A preset of the categeory filter used for secondary agenda filtering. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "A preset of the category filter used for secondary agenda filtering. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 This must be a list of strings, each string must be a single category 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 preceded by \"+\" or \"-\". 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 This variable should not be set directly, but agenda custom commands can 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -4922,7 +4922,7 @@ DAYNAME is a number between 0 (Sunday) and 6 (Saturday). 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 SKIP-WEEKS is any number of ISO weeks in the block period for which the 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 item should be skipped.  If any of the SKIP-WEEKS arguments is the symbol 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 `holidays', then any date that is known by the Emacs calendar to be a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-holidy will also be skipped." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+holiday will also be skipped." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   (let* ((date1 (calendar-absolute-from-gregorian (list m1 d1 y1))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 (date2 (calendar-absolute-from-gregorian (list m2 d2 y2))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	 (d (calendar-absolute-from-gregorian date))) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -8507,7 +8507,7 @@ tag and (if present) the flagging note." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  (org-agenda-remove-flag hdmarker) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  (let ((win (get-buffer-window "*Flagging Note*"))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	    (and win (delete-window win))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	  (message "Entry unflaged")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	  (message "Entry unflagged")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (setq note (org-entry-get hdmarker "THEFLAGGINGNOTE")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (unless note 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	(error "No flagging note")) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -8530,7 +8530,7 @@ tag and (if present) the flagging note." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (org-entry-delete nil "THEFLAGGINGNOTE") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       (setq newhead (org-get-heading))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     (org-agenda-change-all-lines newhead marker) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    (message "Entry unflaged"))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    (message "Entry unflagged"))) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 (defun org-agenda-get-any-marker (&optional pos) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   (or (get-text-property (or pos (point-at-bol)) 'org-hd-marker) 
			 |