diff --git a/emacs-lisp/org_gtd.org b/emacs-lisp/org_gtd.org index 22e48bf..f8bae36 100644 --- a/emacs-lisp/org_gtd.org +++ b/emacs-lisp/org_gtd.org @@ -391,6 +391,5 @@ Adding the effort estimate to ~org-agenda~ helps scheduling, the way to do it wh #+begin_src emacs-lisp (use-package org-ql - :straight (org-ql :fetcher github :repo "alphapapa/org-ql" - :files (:defaults (:exclude "helm-org-ql.el")))) + :straight t) #+end_src