feat(org): Update agenda commands and denote file filtering

This commit is contained in:
User
2026-07-11 19:23:45 +08:00
parent c2af33247a
commit 4d1bb61eec
2 changed files with 9 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ otherwise toggle global-jinx-mode."
(defun my-denote-find-file ()
"Find file use denote-file-prompt."
(interactive)
(let ((denote-excluded-files-regexp "=journal"))
(let ((denote-excluded-files-regexp "=journal\\|=archive"))
(find-file (denote-file-prompt))))
(defun my-denote-find-backlink-with-location ()