Re: [Orgmode] org-olpath-completing-read is not friendly with partial-completion-mode

2009-10-16 Thread Carsten Dominik
Hi Levin, I am already turning off partial completion mode for a number of relevant completion prompts, even have defined a macro org-without- partial-completion for this purpose. In what particular circumstance are you hit by this problem? - Carsten On Oct 16, 2009, at 8:52 AM, Levin Du wro

[Orgmode] org-olpath-completing-read is not friendly with partial-completion-mode

2009-10-15 Thread Levin Du
Try this: (partial-completion-mode t) (funcall 'org-olpath-completing-read "? " '("todo1.org/tasks/" "todo1.org/tasks/normal/" "todo1.org/tasks/urgent/" "note.org/") nil t nil nil) todo It stays on todo1.org/ (Sole completion) my raw patch: diff