Join Nostr
2025-02-27 10:21:53 UTC

Gauff 🇪🇺 on Nostr: I am (was? 😰) so tempted to make the move from #obsidian to #orgmode ... Going ...

I am (was? 😰) so tempted to make the move from #obsidian to #orgmode ...

Going back to my IT roots (17 years without #emacs 😅) and finally get something that fully meets my needs...

I've read a lot, have setup Emacs and #org config on my Mac. Typed my first notes, first TODOs...

And then I've hit the one hurdle that was too much, after having beat many other ones. When setting up a capture:

(setq org-capture-templates
'(
("l" "Daily log"
entry (file+datetree "~/sync/org/log.org")
"* %?"
:empty-lines 0)
))

Emacs just throws a:
Wrong type argument: stringp, nil

This is too much 😰