feat(org): Update agenda commands and denote file filtering
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user