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: Kyle Meyer
Subject: Re: Disabling automatic links for timestamps and tags
Date: Sun, 11 Oct 2020 01:22:59 -0400

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]