Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Eric S Fraga
On Tue, 29 Jun 2010 09:26:57 +0200, Carsten Dominik wrote: [...] > THe doc string now reads: > > "Use `org-icompleting-read' to prompt for an Org buffer to switch to. > With a prefix argument, restrict available to files. > With two prefix arguments, restrict available buffers to agenda file

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Kim F. Storm
Stephen Eglen writes: > Carsten Dominik wrote: > >> Hi Stephen, >> >> I think this is actually a bug. Since the command is called ...- >> iswitchb, >> I am sure the intention was to use iswitchbe. Later, when we added ido >> support as well, the function was rewritten using >> org-icompleting

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Carsten Dominik
On Jun 29, 2010, at 10:14 AM, Stephen Eglen wrote: THe doc string now reads: "Use `org-icompleting-read' to prompt for an Org buffer to switch to. With a prefix argument, restrict available to files. With two prefix arguments, restrict available buffers to agenda files. This will eithe

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Stephen Eglen
> THe doc string now reads: > > "Use `org-icompleting-read' to prompt for an Org buffer to switch to. > With a prefix argument, restrict available to files. > With two prefix arguments, restrict available buffers to agenda files. > > This will either use ido or iswitchb for buffer name completi

Re: [Orgmode] org-iswitchb documentation

2010-06-29 Thread Carsten Dominik
On Jun 28, 2010, at 2:26 PM, Stephen Eglen wrote: Carsten Dominik wrote: I think this is actually a bug. Since the command is called ...- iswitchb, I am sure the intention was to use iswitchbe. Later, when we added ido support as well, the function was rewritten using org-icompleting-re

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Stephen Eglen
Carsten Dominik wrote: > Hi Stephen, > > I think this is actually a bug. Since the command is called ...- > iswitchb, > I am sure the intention was to use iswitchbe. Later, when we added ido > support as well, the function was rewritten using > org-icompleting-read, and in this way the iswitc

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Stephen Eglen
Carsten Dominik wrote: > I think this is actually a bug. Since the command is called ...- > iswitchb, > I am sure the intention was to use iswitchbe. Later, when we added ido > support as well, the function was rewritten using > org-icompleting-read, and in this way the iswitchb support was los

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Carsten Dominik
Hi Stephen, I think this is actually a bug. Since the command is called ...- iswitchb, I am sure the intention was to use iswitchbe. Later, when we added ido support as well, the function was rewritten using org-icompleting-read, and in this way the iswitchb support was lost. How about the

Re: [Orgmode] org-iswitchb documentation

2010-06-28 Thread Livin Stephen Sharma
Thanks for mentioning these variables! I checked and found that the 'completion' variables were set in a way that gave me the C-c b behavior that i did not like/want. I have now added this to my org init file: > (setq org-completion-use-iswitchb t) > (setq org-completion-use-ido nil) Regards L