branch: externals/denote commit b47c9b573805add685aa29ae4fe18d4804389e87 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Mention in the manual all the 'denote-use-*' variables we have --- README.org | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/README.org b/README.org index e179d7cac9..ebebdf1bf3 100644 --- a/README.org +++ b/README.org @@ -4541,6 +4541,55 @@ might change them without further notice. Return nil if the file type is not recognized. +#+findex: denote-use-date ++ 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. + +#+findex: denote-use-directory ++ 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. + +#+findex: denote-use-file-type ++ 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. + +#+findex: denote-use-keywords ++ 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 nil. Only ever ~let~ bind this, + otherwise the title will always be the same and the title prompt + will be skipped. + +#+findex: denote-use-signature ++ 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. + +#+findex: denote-use-template ++ 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. + +#+findex: denote-use-title ++ 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. + #+findex: denote-format-file-name + Function ~denote-format-file-name~ :: Format file name. =DIR-PATH=, =ID=, =KEYWORDS=, =TITLE=, =EXTENSION= and =SIGNATURE= are expected to