Tests: Call org-store-link interactively
This commit is contained in:
parent
5814cff188
commit
12b3b426b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1435,7 +1435,7 @@ RESULTS should be a list of strings as returned by
|
||||||
(with-simulated-input input
|
(with-simulated-input input
|
||||||
;; Avoid writing "Stored: ..." to test output.
|
;; Avoid writing "Stored: ..." to test output.
|
||||||
(let ((inhibit-message t))
|
(let ((inhibit-message t))
|
||||||
(org-store-link nil)))
|
(call-interactively #'org-store-link nil)))
|
||||||
(kill-buffer))
|
(kill-buffer))
|
||||||
(open-link-in (caar org-stored-links) buffer)
|
(open-link-in (caar org-stored-links) buffer)
|
||||||
(with-current-buffer (get-buffer (concat "*Org QL View: " title "*"))
|
(with-current-buffer (get-buffer (concat "*Org QL View: " title "*"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue