Variable: denote-link-button-action

denote-link-button-action is an alias and customizable for denote-open-link-function, defined in denote.el.

This variable is obsolete since 4.0.0; use denote-open-link-function instead.

Value

find-file-other-window

Documentation

Function to find the file of a Denote link.

The default value is find-file-other-window, with find-file because another common option. Users can provide a custom function which behaves like the other two.

This is used in all non-Org buffers that have a link created by Denote. Org has its own mechanism, which you can learn more about by reading the documentation of the org-open-at-point command.

Aliases

denote-link-button-action (obsolete since 4.0.0)