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))