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

2014-05-28 Thread Eric Abrahamsen
Kyle Meyer writes: > Hi Bastien, > > Bastien wrote: >> Hi Kyle, >> >> Kyle Meyer 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) >>>

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

2014-05-28 Thread Kyle Meyer
Hi Bastien, Bastien wrote: > Hi Kyle, > > Kyle Meyer 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 "A

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

2014-05-28 Thread Bastien
Hi Kyle, Kyle Meyer 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_

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

2014-05-28 Thread Kyle Meyer
Florian Lindner wrote: > Hello, > > can I make org-iswitchb consider not only already opened files but all > agenda files, just like org-agenda? > > I tried one and two prefix arguments, but org-iswitchb always considers > only files that are already opened. `org-iswitchb' is restricted to open b

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

2014-05-28 Thread Florian Lindner
Hello, can I make org-iswitchb consider not only already opened files but all agenda files, just like org-agenda? I tried one and two prefix arguments, but org-iswitchb always considers only files that are already opened. Thanks! Florian