Merge branch 'maint'
This commit is contained in:
commit
34c458929a
|
@ -13921,6 +13921,7 @@ that the match should indeed be shown."
|
|||
;; hide everything
|
||||
(org-overview))
|
||||
(while (re-search-forward regexp nil t)
|
||||
(backward-char) ;; FIXME: Match timestamps at the end of a headline
|
||||
(when (or (not callback)
|
||||
(save-match-data (funcall callback)))
|
||||
(setq cnt (1+ cnt))
|
||||
|
@ -17444,7 +17445,6 @@ days. If the prefix is a raw \\[universal-argument] prefix, all deadlines are s
|
|||
(regexp (concat "\\<" org-deadline-string " *<\\([^>]+\\)>"))
|
||||
(callback
|
||||
(lambda () (org-deadline-close (match-string 1) org-warn-days))))
|
||||
|
||||
(message "%d deadlines past-due or due within %d days"
|
||||
(org-occur regexp nil callback)
|
||||
org-warn-days)))
|
||||
|
|
Loading…
Reference in New Issue