emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Make org-iswitchb see all agenda files (not only opened ones)


From: Kyle Meyer
Subject: Re: [O] Make org-iswitchb see all agenda files (not only opened ones)
Date: Wed, 28 May 2014 15:49:40 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi Bastien,

Bastien <address@hidden> wrote:
> Hi Kyle,
>
> Kyle Meyer <address@hidden> 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.)

Yes, that's a good point.

Thanks

--
Kyle



reply via email to

[Prev in Thread] Current Thread [Next in Thread]