Improved Flyspell checks
commit4a27c2b4b67201e0b23f431bdaeb6460b31e1394
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 21 Nov 2013 17:33:56 +0000 (21 18:33 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 24 Nov 2013 15:14:09 +0000 (24 16:14 +0100)
tree70bf47afecef75a072a5e9384ef6c233ae13da54
parent8c98879d7c356d7fdd1ab6e214b8b1f16324669c
Improved Flyspell checks

* lisp/org.el (org-mode-flyspell-verify): Rewrite function using
  Org parser.  As a consequence, Org is more cautious about areas
  where checks are allowed.
(org-fontify-meta-lines-and-blocks-1, org-activate-footnote-links): Be
subtler when removing flyspell overlays.
(org-unfontify-region): Remove reference to unused `org-no-flyspell'
property.
(org-fontify-drawers): New function.
(org-set-font-lock-defaults): Use new function to fontify drawers.
* contrib/lisp/org-wikinodes.el (org-wikinodes-activate-links): Remove
reference to unused `org-no-flyspell' property.
contrib/lisp/org-wikinodes.el
lisp/org.el