Skip to content

Predefined note values for developers or advanced users

In custom code, it is possible to override what the denote command is reading by specifying a value for the following. In that case, there will be no corresponding prompt.

Function denote-use-date

The date to be used in a note creation command. See the documentation of denote for acceptable values. This variable is ignored if nil. Only ever let bind this, otherwise the title will always be the same and the title prompt will be skipped.

Function denote-use-directory

The directory to be used in a note creation command. See the documentation of denote for acceptable values. This variable is ignored if nil. Only ever let bind this, otherwise the title will always be the same and the title prompt will be skipped.

Function denote-use-file-type

The file type to be used in a note creation command. See the documentation of denote for acceptable values. This variable is ignored if nil. Only ever let bind this, otherwise the title will always be the same and the title prompt will be skipped.

Function denote-use-keywords

The keywords to be used in a note creation command. See the documentation of denote for acceptable values. This variable is ignored if default. Only ever let bind this, otherwise the title will always be the same and the title prompt will be skipped.

Function denote-use-signature

The signature to be used in a note creation command. See the documentation of denote for acceptable values. This variable is ignored if nil. Only ever let bind this, otherwise the title will always be the same and the title prompt will be skipped.

Function denote-use-template

The template to be used in a note creation command. See the documentation of denote for acceptable values. This variable is ignored if nil. Only ever let bind this, otherwise the title will always be the same and the title prompt will be skipped.

Function denote-use-title

The title to be used in a note creation command. See the documentation of denote for acceptable values. This variable is ignored if nil. Only ever let bind this, otherwise the title will always be the same and the title prompt will be skipped.