Open Bridouz opened 1 week ago
Hi there, I enjoy your extension of denote very mutch, however I have an issue right now with the create-function
create-function
funcall-interactively: Wrong number of arguments: ((t) (signature) "This is the default `denote-fz-create-function'. It creates a note using SIGNATURE, prompts are used depending on the value of `denote-prompts'" (interactive) (let ((denote-user-enforced-denote-directory default-directory)) (denote (and (member 'title denote-prompts) (denote-title-prompt nil (format "[%s] New file Title" signature))) (and (member 'keywords denote-prompts) (denote-keywords-prompt)) (and (member 'file-type denote-prompts) (denote-file-type-prompt)) (and (member 'subdirectory denote-prompts) (denote-subdirectory-prompt)) (and (member 'date denote-prompts) (denote-date-prompt)) (and (member 'template denote-prompts) (denote-template-prompt)) signature))), 0
Other functions seem to run without errors.
Hello @Bridouz, the function denote-fz-create is not supposed to be interactive, thanks for noticing this issue, it should be fixed in the last commit.
denote-fz-create
Hi there, I enjoy your extension of denote very mutch, however I have an issue right now with the
create-function
Other functions seem to run without errors.