emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Right click on link bug


From: Leo
Subject: Re: [Orgmode] Right click on link bug
Date: Tue, 20 Mar 2007 12:52:10 +0000
User-agent: No Gnus v0.6, Emacs/22.0.95.6 (2007-03-18), Fedora 6 gnu/linux

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.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]