alphapapa / alphapapa/org-ql

Unexpected "Make link that searches" prompt

Open
#207 3 comments 0 reactions 0 assignees View on GitHub
discussion
Dominant language
Emacs Lisp
Stars
1.6k
Forks
120
PR merge metrics
No merged PRs in 30d

Description

Whenever I call `(org-capture)` while having an active `org-ql-view` buffer created with `org-ql-search`, I will get the `make link that searches` prompt.

Is this expected? If so, how can I avoid it?

Here is my `org-ql-search`
```emacs-lisp
(defun ta/org-ql/0 ()
(interactive)
(org-ql-search (org-agenda-files)
'(or
(todo "URGENT")
)
:sort
'(todo)
:narrow nil
:super-groups '((:auto-parent t))
:title "URGENT")
)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.