另外,其实直接写上 [2025-10-24] 的话其实 Org-mode 也能够识别,但是生成的新日期会带有星期。
如果的确不想要星期数的话,可以更改 org-timestamp-formats :
(setq org-timestamp-formats '("%Y-%m-%d" . "%Y-%m-%d %H:%M"))
另外,其实直接写上 [2025-10-24] 的话其实 Org-mode 也能够识别,但是生成的新日期会带有星期。
如果的确不想要星期数的话,可以更改 org-timestamp-formats :
(setq org-timestamp-formats '("%Y-%m-%d" . "%Y-%m-%d %H:%M"))