Re: [O] Bug: Time called when org-element--cache-sync-keys is nil [8.3.3 (8.3.3-elpa @ /home/mah/.emacs.d/elpa/org-20160108/)]

2016-01-31 Thread Nicolas Goaziou
Hello, "Mark A. Hershberger" writes: > When I open begin to write an email using mu4e, I get an error > complaining that clrhash wants a hash-table and got nil. > > Patch that fixes this: > > diff --git a/lisp/org-element.el b/lisp/org-element.el > index f407578..0941468 100644 > --- a/lisp/org-

[O] Bug: Time called when org-element--cache-sync-keys is nil [8.3.3 (8.3.3-elpa @ /home/mah/.emacs.d/elpa/org-20160108/)]

2016-01-31 Thread Mark A. Hershberger
When I open begin to write an email using mu4e, I get an error complaining that clrhash wants a hash-table and got nil. Patch that fixes this: diff --git a/lisp/org-element.el b/lisp/org-element.el index f407578..0941468 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -5055,7 +5055