André Adrian
André Adrian
> I actually like the idea of not generating a separate task file for every single instance, though i'm not sure if this is feasible, and whether the proposed solution...
I have a general question to all of this. org-roam uses the org-id library which is part of the org-mode distribution, but it is a module which has to be...
I assume the first #+TITLE is generated by deft as it should be and the second comes from the doom file-templates package which also populates new org files with a...
zetteldeft-new-file with (zetteldeft-title-prefix nil) gives me a single title formatted like this: `#+TITLE: 2020 04 02 1453 Test3 ` e: with file-templates active as suggested.
Oh, i forgot to mention that. Stripping the ID from the title never worked for me. It's not intentional. But i don't know why. I always wanted to check if...
Setting the deft-file-naming-rules back to default fixes the zetteldeft generated Title. But with zetteldeft-title-prefix set to nil and the file-templates package active it still looks like `#+TITLE: 2020 04 02...
It's the default doom installation. In the .doom.d/packages.el i have the package loaded with `(package! zetteldeft)` In the .doom.d/init.el i have enabled the deft package and in the .doom.d/config.el i...
I made these test with the default doom config with the file-templates package activated and without the deft-file-naming-rules setting. > * make a new note via `zetteldeft-new-file` (which is `SPC`...