Browse Source

added org-ql

master
Marc 1 year ago
parent
commit
0de5aa6387
1 changed files with 17 additions and 2 deletions
  1. 19
      config.org

19
config.org

@ -832,6 +832,22 @@ Does stuff in the minibuffer results
(embark-collect-mode . embark-consult-preview-minor-mode)) (embark-collect-mode . embark-consult-preview-minor-mode))
#+end_src #+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 * COMMENT Helm
As an alternative if I'm not happy with selectrum & co As an alternative if I'm not happy with selectrum & co
#+begin_src emacs-lisp #+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 (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") ;; (add-to-list 'org-modules "org-habit")
(setq org-habit-graph-column 80 (setq org-habit-graph-column 80
org-habit-preceding-days 30
org-habit-preceding-days 30
org-habit-following-days 7 org-habit-following-days 7
org-habit-show-habits-only-for-today nil) org-habit-show-habits-only-for-today nil)
#+END_SRC #+END_SRC
** *TODO* ** *TODO*
[[https://github.com/alphapapa/org-ql][org-ql]]
[[https://github.com/nobiot/org-transclusion][org-transclusion]]? [[https://github.com/nobiot/org-transclusion][org-transclusion]]?
** org-caldav ** org-caldav

Loading…
Cancel
Save