diff --git a/config.org b/config.org index a3f8c4b..d6d3235 100644 --- a/config.org +++ b/config.org @@ -832,6 +832,22 @@ Does stuff in the minibuffer results (embark-collect-mode . embark-consult-preview-minor-mode)) #+end_src +* Org-ql +[[https://github.com/alphapapa/org-ql][org-ql]] +Run queries on org files +#+begin_src emacs-lisp +(use-package org-ql + :ensure t + ) +#+end_src +* COMMENT Xeft (needs xapian, not really windows compatible) +Fast full text search for stuff org-ql cannot cover +#+begin_src emacs-lisp +(use-package xeft + :ensure t + :custom + (xeft-recursive 'follow-symlinks)) +#+end_src * COMMENT Helm As an alternative if I'm not happy with selectrum & co #+begin_src emacs-lisp @@ -1265,13 +1281,12 @@ Set some languages and disable confirmation for evaluating code blocks C-c C-c (require 'org-habit) ;;TODO Lösung ohne require finden, scheint mir nicht ideal zu sein, nur um ein org-modul zu aktivieren ;; (add-to-list 'org-modules "org-habit") (setq org-habit-graph-column 80 - org-habit-preceding-days 30 + org-habit-preceding-days 30 org-habit-following-days 7 org-habit-show-habits-only-for-today nil) #+END_SRC ** *TODO* -[[https://github.com/alphapapa/org-ql][org-ql]] [[https://github.com/nobiot/org-transclusion][org-transclusion]]? ** org-caldav