Protesilaos Stavrou

Results 623 comments of Protesilaos Stavrou

Hello again folks! I am closing this issue as it cannot be acted upon here. If/when my arm gets better and I can type longer I will consider working on...

Hello @MirkoHernandez! This looks like a promising basis for a new package. Maybe `denote-zettelkasten`? Note that earlier today I merged the `signature` branch into `main`. We still are in the...

> Any suggestions for writing a first emacs package? I am happy to help with the specifics. But maybe you can start from the Elisp manual? Evaluate this: ```elisp (info...

About the `denote-directory`, maybe this is due to what I did here? ``` commit 23e8e2202f466556a41aedbebaf88132f3c812c9 Author: Protesilaos Stavrou Date: Tue Feb 21 06:40:29 2023 +0200 Simplify check for silo directory...

@MirkoHernandez This is all possible. We just need to think of the best approach to do it. I think the change is necessary but having an extra option is useful....

@MirkoHernandez Maybe a real example from my dotfiles will help? ```elisp ;; NOTE: For testing purposes (progn (mapc #'disable-theme custom-enabled-themes) (add-to-list 'load-path "/home/prot/Git/Projects/modus-themes/") (require 'modus-themes) (setq modus-themes-custom-auto-reload nil modus-themes-to-toggle '(modus-operandi...

You are welcome! I believe packages do change the `load-path`. If I look at its value, I see all directories that include packages from the various ELPAs.

Hello again @MirkoHernandez! This is about the possible extension for a Zettelkasten with Denote. Do you have a package for it? If yes, we can mention it in the manual....

Hello @relict007! Changing the `denote-last-path` is fine. We do it for the other points of entry with `org-capture`, namely, `denote-org-capture` and `denote-org-capture-with-prompts` (the latter is part of the current development...

> I don't think I have any feedback on how to make whole thing more generic at the moment though. Sure, no worries. I was thinking out loud to have...