feat: Add denote-lint, replace consult-note with consult-denote
This commit is contained in:
@@ -112,7 +112,13 @@ otherwise toggle global-jinx-mode."
|
||||
(find-file
|
||||
"~/org/my-org-note/20260508T220745==metanote--all-my-metanotes__org.org"))
|
||||
|
||||
(defun org-table-align-all ()
|
||||
(defun my-denote-find-file ()
|
||||
"Find file use denote-file-prompt."
|
||||
(interactive)
|
||||
(let ((denote-excluded-files-regexp "=journal"))
|
||||
(find-file (denote-file-prompt))))
|
||||
|
||||
(defun my-org-table-align-all ()
|
||||
"Ajust all table in current buffer."
|
||||
(interactive)
|
||||
(save-excursion
|
||||
|
||||
Reference in New Issue
Block a user