emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] BUG: org-insert-link doesn't use ido completion when org-comp


From: Nathaniel Flath
Subject: [Orgmode] BUG: org-insert-link doesn't use ido completion when org-completion-use-ido is t
Date: Sun, 21 Feb 2010 21:28:47 -0800

I'd really like to be able to use ido to insert links, but even though I have org-completion-use-ido set to t this does not occur.  This seems to be because of org-insert-link in org.el, line8061:

(let ((org-completion-use-ido nil)
         
However, just removing this causes org-insert-link to not work.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]