Hello,

Matt Price <mopto...@gmail.com> writes:

> so, I think there is an infinite loop generated between yas--auto-fill and
> orgalist--auto-fill:

Yasnippet and Orgalist are somewhat incompatible because Yasnippet is
not playing nice with other minor modes. Instead of advising functions,
it stores them and installs its modified version.

IIRC, I solve a similar issue by first disabling Yasnippet, then
enabling Orgalist, and eventually enabling Yasnippet again:

  (yas-minor-mode -1)
  (orgalist-mode 1)
  (yas-minor-mode)

Regards,

-- 
Nicolas Goaziou

Reply via email to