Org-mode 4.69 will have a modified version built-in,
so please remove this setup when switching to the next version.
- Carsten
On Mar 20, 2007, at 13:52, Leo wrote:
On 2007-03-18, Carsten Dominik said:
On Mar 18, 2007, at 22:46, Leo wrote:
For example, if I have an internal link [[* MFE][MFE]], mouse1 won't
bring it to the right place. This is when it is rather inconvenient.
I guess this could be a start:
(defun org-flyspell-predicate ()
(not (org-at-regexp-p org-bracket-link-regexp)))
(add-hook 'org-mode-hook
(lambda () (setq flyspell-generic-check-word-predicate
'org-flyspell-predicate)))
- Carsten
This fixed the internal link problem mentioned above. Thanks.
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode