Re: [O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Bernt Hansen
Nicolas Goaziou writes: > Thank you. Could you provide a changelog with that? > >> + (save-restriction >> + (widen) >> + (save-excursion > > `save-restriction' + `widen' + `save-excursion' = `org-with-wide-buffer' Sure thing! I will update and resend both later today. (and fix

Re: [O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > Allows find task by id to locate a task outside a current > restriction. I restrict to subtrees regularly and when I want to > jump to another task outside the current restriction but in the > same file this patch is required to locate the appropriate > heading. W

[O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Bernt Hansen
Allows find task by id to locate a task outside a current restriction. I restrict to subtrees regularly and when I want to jump to another task outside the current restriction but in the same file this patch is required to locate the appropriate heading. Without this patch point ends up at the to