Unexpected "Make link that searches" prompt
オープン
discussion
- 主要言語
- Emacs Lisp
- スター
- 1.6k
- フォーク
- 120
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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")
)
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。