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