David Masterson <dsmaster...@icloud.com> writes:

> When trying to create a link in an Org file, I get the following errors
> immediately after typing '[['.  I can continue filling in the link and
> autocomplete kicks in fine as I am typing the link.  When closing the
> link with ']]', the link is collapsed properly.  What is the error
> trying to tell me?  A problem with the "org-ac" package?
>
> No completions
> ac-candidates-1: Symbol’s value as variable is void: org-link-types
> No completions
> Error running timer ‘ac-update-greedy’: (void-variable org-link-types)

org-oc has

(defun org-ac--get-link-head-candidates ()
  (append (ac-pcmp/get-ac-candidates)
          (mapcar (lambda (x) (concat x ":")) org-link-types)))

But there is no such variable in Org mode - `org-link-types'. There is a
*function*. Bug in org-ac.
Please report there.

Canceled.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to