emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Possible orgalist issue


From: Josiah Schwab
Subject: Re: Possible orgalist issue
Date: Tue, 7 Jan 2020 07:20:46 -0800

Hi Tim,

On Tue, Jan 7, 2020 at 1:37 AM Nicolas Goaziou <address@hidden> wrote:

> It rings a bell. I think someone recently reported something like this.

There was this thread from a ~year ago:
https://lists.gnu.org/archive/html/emacs-orgmode/2018-09/msg00053.html

You don't mention other packages, so I don't know if this is related
to your issue.

I adopted Nicholas' suggestion of disabling Yasnippet, then enabling
Orgalist, and eventually enabling Yasnippet again.  (I am using mu4e
1.3.6 and emacs 26.3.)  My init has

(defun jws/orgalist-yas-workaround ()
  (progn
    (yas-minor-mode -1)
    (orgalist-mode 1)
    (yas-minor-mode)))

(add-hook 'mu4e-compose-mode-hook 'jws/orgalist-yas-workaround 'append)

I haven't hit this issue since.

Josiah



reply via email to

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