alphapapa / alphapapa/org-ql

Unexpected "Make link that searches" prompt

オープン
#207 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。