Protesilaos Stavrou

Results 261 comments of Protesilaos Stavrou

It is not possible right now, but I think it is a good idea to work on.

> From: Jean-Philippe Gagné Guay ***@***.***> > Date: Mon, 25 Mar 2024 19:11:35 -0700 > > In my fork of the code, I have added `denote-directories` which will allow notes...

> From: Morgan Davidson ***@***.***> > Date: Fri, 28 Jul 2023 01:41:47 -0700 > > I activated buffer renaming with `(denote-rename-buffer-mode 1)`. When > I open a denote org file...

Hello @morgandavidson! I could not work on this earlier. Though I have been reviewing/expanding the `denote-rename-buffer-mode` these days and I want to make sure your use-case is covered as well....

Hello @morgandavidson! The new version of Denote is available, meaning that you should now be able to upgrade the usual way and give it a try. If you do, please...

Hello again @morgandavidson! I cannot reproduce any of this with the current version of Denote. No matter how I open a Denote file, the renaming always works. I assume the...

Hello @vedang! What you describe makes sense. Perhaps we should just respect the value of the `denote-prompts` user option?

I can work on this, though it is not easy right now because my typing time is limited. Maybe you can take a look at the `interactive` spec of the...

Good idea! I tweaked it a bit. What do you think? ```elisp (cl-defun denote-custom (&key (title (denote-title-prompt)) (keywords (denote-keywords-prompt)) (file-type (denote-file-type-prompt)) (subdirectory (denote-subdirectory-prompt)) (date (denote-date-prompt)) (template (denote-template-prompt))) "Define custom `denote'...