emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Disabling automatic links for timestamps and tags


From: Peter Bienstman
Subject: Re: Disabling automatic links for timestamps and tags
Date: Sun, 11 Oct 2020 09:24:37 +0200

Thanks! Is there a way to achieve this while still keeping the syntax highlighting intact?

On Sun, Oct 11, 2020 at 7:23 AM Kyle Meyer <kyle@kyleam.com> wrote:
Peter Bienstman writes:

> I don't want clicking on timestamps and tags to open a search Window.

You can customize org-highlight-links.  For example, assuming you have
seq and org loaded:

    (setq org-highlight-links
          (seq-remove (lambda (x) (memq x '(tag date)))
                      org-highlight-links))

reply via email to

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