Org-mode entry auto set the scheduled date as today
Contents
The following snippet can be used to set the scheduled date, so the published date will be set as today.
(org-schedule t (format-time-string "%Y-%m-%d"))
Author Ran
LastMod 2023-01-03
The following snippet can be used to set the scheduled date, so the published date will be set as today.
(org-schedule t (format-time-string "%Y-%m-%d"))
Author Ran
LastMod 2023-01-03