我有一个捕获模板设置为在 org 文件中归档日记条目。
(setq org-capture-templates
'(("j" "Journal" entry (file+datetree "/home/emil/org/journal_.org")
(file "/home/emil/org/journal-template.org") :prepend :clock-in))
我想在提交捕获时打卡并输出以 :clock-in 开头的时钟经过的时间,但我不知道该怎么做。谁能给我一些想法?