Ensure that file local variables are set
commit5ea02285bacb9592b20c95d4797ca7c2ec68ecac
authorNick Dokos <ndokos@gmail.com>
Thu, 21 Nov 2013 05:30:05 +0000 (21 00:30 -0500)
committerNick Dokos <ndokos@gmail.com>
Thu, 21 Nov 2013 05:30:05 +0000 (21 00:30 -0500)
treed6fabfc74936caf4fcb44c2e8249a4129d9d8b21
parent92f30ae53c85607ff1ad8db882b531ad2f3f3dde
Ensure that file local variables are set

* lisp/org.el (org-mode): Call `hack-local-variables'
  at the end of `org-mode' to set file local variables.
  Cribbed from `normal-mode'.

Reported by Tom Dye: C-c C-c on e.g an #+OPTIONS line
would lose file local variable settings.
lisp/org.el