emacs: fix org-ql recipe

This commit is contained in:
Pavel Korytov 2023-12-21 17:16:23 +03:00
parent d5935d4b04
commit b1392141b5
2 changed files with 2 additions and 6 deletions

View file

@ -3395,9 +3395,7 @@ Returns (<buffer> . <workspace-index>) or nil."
(use-package org-ql
:after (org)
:if (not my/remote-server)
:straight (:fetcher github
:repo "alphapapa/org-ql"
:files (:defaults (:exclude "helm-org-ql.el")))
:straight t
:init
;; See https://github.com/alphapapa/org-ql/pull/237
(setq org-ql-regexp-part-ts-time

View file

@ -4744,9 +4744,7 @@ It doesn't look great with org-bars mode, so...
(use-package org-ql
:after (org)
:if (not my/remote-server)
:straight (:fetcher github
:repo "alphapapa/org-ql"
:files (:defaults (:exclude "helm-org-ql.el")))
:straight t
:init
;; See https://github.com/alphapapa/org-ql/pull/237
(setq org-ql-regexp-part-ts-time