From 9407acbc412113af01b5b4a2ca1aa6eb59bcf780 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 30 Dec 2024 13:41:44 +0100 Subject: [PATCH] fix keybinding conflict between consult and org-jira --- init.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index ca4a7b8..40d8e4f 100644 --- a/init.org +++ b/init.org @@ -2558,9 +2558,11 @@ Here is a snapshot of the keybindings dd <2024-07-30 Tue>. (setq org-jira-custom-jqls '((:jql " assignee = currentUser() and (created > '2024-01-01' or updated > '2024-01-01') order by created DESC" :limit 100 :filename "this-year") - (:jql " assignee = currentUser() and project = UNILRN order by priority DESC " :limit 100 :filename "~/Projects/unifylearn/jira") - (:jql " assignee = currentUser() and project = TTRK order by priority DESC " :limit 100 :filename "~/Projects/timetrak/jira") - (:jql " assignee = currentUser() and createdDate >= '2024-01-01' order by created DESC " :limit 100 :filename "this-years-work")) + (:jql " assignee = currentUser() and project = UNILRN order by priority DESC " + :limit 100 :filename "~/Projects/unifylearn/jira") + (:jql " assignee = currentUser() and project = TTRK order by priority DESC " + :limit 100 :filename "~/Projects/timetrak/jira") + ) ) (jiralib-login (auth-source-pass-get "user" "customer/jira")