Re: [O] Bug? org-set-tags never uses ido

2014-04-02 Thread Anders Johansson
A hack to get ido selection for multiple tags. It uses ido-completing-read-multiple (available here and included below: https://gist.github.com/mgalgs/1329188) to allow for completing one tag at a time and ending it by typing :. I haven't tested it much and it might possibly break things (or

Re: [O] Bug? org-set-tags never uses ido

2014-03-04 Thread Anders Johansson
Looking at this again I realize that the reason for this behavior is that we want completion of possibly several tags. This is what the org-tags-completion-function does when supplied as the second argument of completing-read. As ido-completing-read and org-iswitchb-completing-read doesn't

Re: [O] Bug? org-set-tags never uses ido

2014-03-04 Thread Samuel Wales
There are several packages that allow ido to work everywhere. The one I use, ido-hacks, works fine for tags out of the box.

Re: [O] Bug? org-set-tags never uses ido

2014-03-04 Thread Anders Johansson
2014-03-05 01:20, Samuel Wales wrote: There are several packages that allow ido to work everywhere. The one I use, ido-hacks, works fine for tags out of the box. A quick look at ido-hacks.el here: https://github.com/scottjad/ido-hacks/blob/master/ido-hacks.el suggests that this doesn't

Re: [O] Bug? org-set-tags never uses ido

2014-03-04 Thread Samuel Wales
with my settings, i do c-c c-c tab [select] tab and it sets the first one correctly. but if i do tab after that, it doesn't allow completion. so i guess you're right. i can do shortcuts which work at the same time and i can do ret c-c c-c tab to set more. ido-hacks is the best of all the ido

Re: [O] Bug? org-set-tags never uses ido

2014-03-04 Thread Eric Abrahamsen
Samuel Wales samolog...@gmail.com writes: with my settings, i do c-c c-c tab [select] tab and it sets the first one correctly. but if i do tab after that, it doesn't allow completion. so i guess you're right. i can do shortcuts which work at the same time and i can do ret c-c c-c tab to

Re: [O] Bug? org-set-tags never uses ido

2013-10-31 Thread Eric Abrahamsen
Anders Johansson mejlaande...@gmail.com writes: Greetings, I want to use ido everywhere and wanted to know why this doesn't seem to work for setting org-mode tags (it never has for me). Using edebug to step through the call to org-icompleting-read which org-set-tags does I can see that it