Hi Kyle,

Kyle Meyer <k...@kyleam.com> writes:

> `org-iswitchb' is restricted to open buffers, but the function below
> should have the behavior you want.
>
> #+begin_src elisp
>   (defun org-open-agenda-file ()
>     (interactive)
>     (find-file (org-icompleting-read "Agenda file: " org-agenda-files)))
> #+end_src

(Yes, provided `org-agenda-files' contains only files and not
directories.)

-- 
 Bastien

Reply via email to