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
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
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
> 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
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
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
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
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
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