mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Merge branch 'master' of orgmode.org:org-mode
This commit is contained in:
commit
30f7c5cc0d
@ -4907,7 +4907,7 @@ holidy will also be skipped."
|
||||
(progn
|
||||
(require 'cal-iso)
|
||||
(not (member (car (calendar-iso-from-absolute d)) skip-weeks))))
|
||||
(not (and (memq `holidays' skip-weeks)
|
||||
(not (and (memq 'holidays skip-weeks)
|
||||
(calendar-check-holidays date)))
|
||||
entry)))
|
||||
|
||||
|
@ -12698,6 +12698,7 @@ only lines with a TODO keyword are included in the output."
|
||||
'mouse-face 'highlight
|
||||
'org-not-done-regexp org-not-done-regexp
|
||||
'org-todo-regexp org-todo-regexp
|
||||
'org-complex-heading-regexp org-complex-heading-regexp
|
||||
'help-echo
|
||||
(format "mouse-2 or RET jump to org file %s"
|
||||
(abbreviate-file-name
|
||||
|
Loading…
Reference in New Issue
Block a user