org-element: Disable cache by default
commitbbdecd1e64a07b3821714d905a58eaca12828cb6
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 21 Jan 2017 09:40:39 +0000 (21 10:40 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 21 Jan 2017 09:40:39 +0000 (21 10:40 +0100)
tree691012d02be5d00314e1f49f7c7f9ddec9899659
parent35e90ced2448a9451ad2a753166398bf5177a96c
org-element: Disable cache by default

* lisp/org-element.el (org-element-use-cache): Set default value to
  nil.

Using cache introduces Emacs' freezes under not well known
circumstances.  Until this is sorted out, this variable should be nil,
at least on "maint" branch.
lisp/org-element.el