|
@ -1568,9 +1568,9 @@ Run queries on org files |
|
|
#+begin_src emacs-lisp |
|
|
#+begin_src emacs-lisp |
|
|
(use-package org-ql |
|
|
(use-package org-ql |
|
|
:ensure t |
|
|
:ensure t |
|
|
:bind (:map org-ql-view-map |
|
|
|
|
|
|
|
|
:bind (:map org-agenda-keymap |
|
|
("<tab>" . org-agenda-show-and-scroll-up) |
|
|
("<tab>" . org-agenda-show-and-scroll-up) |
|
|
("TAB" . org-agenda-show-and-scroll-up))) |
|
|
|
|
|
|
|
|
("TAB" . org-agenda-show-and-scroll-up)) |
|
|
:custom |
|
|
:custom |
|
|
(org-directory MY--PATH_ORG_FILES) |
|
|
(org-directory MY--PATH_ORG_FILES) |
|
|
(org-ql-search-directories-files-recursive t) ;;might hit performance but will search recursively in org-directory |
|
|
(org-ql-search-directories-files-recursive t) ;;might hit performance but will search recursively in org-directory |
|
|