diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | bog.el | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,12 @@ # -*- mode: org -*- +* master (unreleased) + +** Other changes + +- ~bog-search-notes~ and ~bog-search-notes-for-citekey~ now ignore any + agenda restriction locks. + * v1.0.0 ** New features @@ -1048,6 +1048,7 @@ Restore the `org-lprops' property value for org-agenda-text-search-extra-files org-agenda-sticky))) (put 'org-agenda-redo-command 'org-lprops bog-lprops) + (put 'org-agenda-files 'org-restrict nil) (org-let bog-lprops ,@body) (use-local-map (let ((map (make-sparse-keymap))) (set-keymap-parent map org-agenda-mode-map) |