Re: [O] patch to org-refile for more accurate completing-read

2012-02-08 Thread David Maus
Resend Le Wang's patch as text/plain, so patchtracker picks it up. diff --git a/lisp/org.el b/lisp/org.el index 7a68b73..ccdcace 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -10625,7 +10625,8 @@ prefix argument (`C-u C-u C-u C-c C-w')." (t (concat "Refile su

Re: [O] patch to org-refile for more accurate completing-read

2012-01-28 Thread Le Wang
Sure. On Sat, Jan 28, 2012 at 7:42 AM, Bernt Hansen wrote: > Le Wang writes: > > > Here: https://gist.github.com/1689071 > > > > When we are using using refile as navigation, require must-match > > regardless of org-refile-allow-creating-parent-nodes. > > Hi, > > I suggest you post the patch to

Re: [O] patch to org-refile for more accurate completing-read

2012-01-27 Thread Bernt Hansen
Le Wang writes: > Here: https://gist.github.com/1689071 > > When we are using using refile as navigation, require must-match > regardless of org-refile-allow-creating-parent-nodes. Hi, I suggest you post the patch to the mailing list as an attachment so 1) we can read it inline and comment on

[O] patch to org-refile for more accurate completing-read

2012-01-27 Thread Le Wang
Here: https://gist.github.com/1689071 When we are using using refile as navigation, require must-match regardless of org-refile-allow-creating-parent-nodes. -- Le