Merge 1da3b7b281 into 4b8330a683
This commit is contained in:
commit
2e9b0b8202
1 changed files with 15 additions and 0 deletions
|
|
@ -205,6 +205,21 @@ multiple buffers to search with completion and PROMPT."
|
||||||
(org-with-point-at marker
|
(org-with-point-at marker
|
||||||
(org-open-at-point))))
|
(org-open-at-point))))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun org-ql-open-link-in-agenda ()
|
||||||
|
"Call `org-ql-open-link' on `org-agenda-files'."
|
||||||
|
(interactive)
|
||||||
|
(org-ql-open-link (org-agenda-files)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun org-ql-open-link-in-org-directory ()
|
||||||
|
"Call `org-ql-open-link' on files in `org-directory'. Set variable
|
||||||
|
`org-ql-search-directories-files-recursive' to `t' to search the
|
||||||
|
directory recursively."
|
||||||
|
(interactive)
|
||||||
|
(org-ql-open-link (org-ql-search-directories-files)))
|
||||||
|
|
||||||
|
|
||||||
;;;; Functions
|
;;;; Functions
|
||||||
|
|
||||||
(cl-defun org-ql-find--buffers (&key read-buffer-p)
|
(cl-defun org-ql-find--buffers (&key read-buffer-p)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue