Re: [Orgmode] ido's flex matching in org-refile

2008-11-21 Thread Rick Moynihan
Carsten Dominik wrote: Hi Rick, not al completion prompts are affected, because some use special completion functions, for example completing tags. One that does not is completion for a property name, after `C-c C-x p'. Maybe give this one a try? Yes, this one appears to work... :-)

Re: [Orgmode] ido's flex matching in org-refile

2008-11-21 Thread Carsten Dominik
Hi Rick, not al completion prompts are affected, because some use special completion functions, for example completing tags. One that does not is completion for a property name, after `C-c C-x p'. Maybe give this one a try? - Carsten On Nov 21, 2008, at 12:23 PM, Rick Moynihan wrote:

Re: [Orgmode] ido's flex matching in org-refile

2008-11-21 Thread Rick Moynihan
Carsten Dominik wrote: Hi, I have applied Erics patch, with two changes: 1. There is an additonal option you need to set: `org-completion-use-ido'. 2. For a test period, each prompt using ido completion will be prefixed with "i:", so that we can easily identify areas where using ido's

Re: [Orgmode] ido's flex matching in org-refile

2008-11-16 Thread Carsten Dominik
Hi, I have applied Erics patch, with two changes: 1. There is an additonal option you need to set: `org-completion-use-ido'. 2. For a test period, each prompt using ido completion will be prefixed with "i:", so that we can easily identify areas where using ido's completion may not work

Re: [Orgmode] ido's flex matching in org-refile

2008-11-16 Thread Carsten Dominik
Hi Eric, this is very nice, but the changes also contain a whole mountain of changes where only the initial whitespace of lines is changed. This makes it very har to see what really is the core of this patch and makes me hesitate to apply it. Can this be avoided somehow? Bernt? - Carst

Re: [Orgmode] ido's flex matching in org-refile

2008-11-16 Thread Eric Schulte
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Sam, > > if you get this to wrok correctly with outline-path-completion, > that would make me consider to put in some time to make Org more > ido compatible. > > - Carsten > Hi, I tried changing completing-reads in org-mode so that they will use i

Re: [Orgmode] ido's flex matching in org-refile

2008-11-14 Thread Samuel Wales
On Mon, Nov 10, 2008 at 01:14, Carsten Dominik <[EMAIL PROTECTED]> wrote: > Hi Sam, > > if you get this to wrok correctly with outline-path-completion, > that would make me consider to put in some time to make Org more > ido compatible. I am physically incapable of continuing on this. Does anybod

Re: [Orgmode] ido's flex matching in org-refile

2008-11-10 Thread Carsten Dominik
Hi Sam, if you get this to wrok correctly with outline-path-completion, that would make me consider to put in some time to make Org more ido compatible. - Carsten On Nov 10, 2008, at 3:11 AM, Samuel Wales wrote: For those who don't know, flex matching in ido is really something else. Just a

[Orgmode] ido's flex matching in org-refile

2008-11-09 Thread Samuel Wales
For those who don't know, flex matching in ido is really something else. Just a few characters uniquely specify a target. For those who want to experiment with ido's flex matching for org-refile, here is how I did it. 1. In org.el's org-refile-get-location, substitute ido-completing-rea