Re: [O] partial-completion-mode error when refiling

2011-06-30 Thread Bastien
Carsten Dominik writes: >> o org.el: in org-set-tags *around* org-icompleting-read. >> >> The last one seems superfluous at first sight, but I haven't thought about >> it yet. > > Yes, this one is superfluous. I just removed it, thanks. -- Bastien

Re: [O] partial-completion-mode error when refiling

2011-06-30 Thread Nick Dokos
Carsten Dominik wrote: > > OTOH, partial-completion-mode is called explicitly in = > > org-refile-get-location, like this: (partial-completion-mode nil) > > This is not a function-calling form, but this is part of a let form, > so it just sets the variable partial-completion-mode to nil. > In e

Re: [O] partial-completion-mode error when refiling

2011-06-30 Thread Sebastien Vauban
Hi Nick Dokos, Nick Dokos wrote: > Bastien wrote: >> "Sebastien Vauban" writes: >> > When I was trying to refile an extract of an email, I got this: >> > >> > Getting targets...done >> > funcall: Symbol's function definition is void: partial-completion-mode >> >> thanks for reporting this -- th

Re: [O] partial-completion-mode error when refiling

2011-06-30 Thread Carsten Dominik
On Jun 30, 2011, at 2:40 PM, Nick Dokos wrote: > Bastien wrote: > >> Hi Sebastian, >> >> "Sebastien Vauban" writes: >> >>> When I was trying to refile an extract of an email, I got this: >>> >>> Getting targets...done >>> funcall: Symbol's function definition is void: partial-completion-mod

Re: [O] partial-completion-mode error when refiling

2011-06-30 Thread Nick Dokos
Bastien wrote: > Hi Sebastian, > > "Sebastien Vauban" writes: > > > When I was trying to refile an extract of an email, I got this: > > > > Getting targets...done > > funcall: Symbol's function definition is void: partial-completion-mode > > thanks for reporting this -- this is indeed somethi

Re: [O] partial-completion-mode error when refiling

2011-06-30 Thread Bastien
Hi Sebastian, "Sebastien Vauban" writes: > When I was trying to refile an extract of an email, I got this: > > Getting targets...done > funcall: Symbol's function definition is void: partial-completion-mode thanks for reporting this -- this is indeed something wrong with the fix I made to `org-

[O] partial-completion-mode error when refiling

2011-06-30 Thread Sebastien Vauban
Hello, When I was trying to refile an extract of an email, I got this: --8<---cut here---start->8--- Getting targets...done funcall: Symbol's function definition is void: partial-completion-mode --8<---cut here---end--->8---