Closed
Description
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
Given that
(setq org-capture-templates
'(
("j" "Work Log Entry"
entry (file+datetree "~/org/work-log.org")
"* %?"
:empty-lines 0)
))
Feature value
No response
Additional context
Hi great work thanks!
this https://github.com/james-stoup/emacs-org-mode-tutorial?tab=readme-ov-file#configuration-1---work-log describes what I am trying to achive using the plugin? Is it possible?