一周多项任务
Multiple tasks in a week
如何在 org-mode 中将任务指定为每周需要完成 3 次而不具体说明是星期几?
重复任务的 Org 模式文档建议使用 y/m/d/h 间隔,但我没有找到每个间隔指定事件 n 次的语法。
您可以在组织中将您的 TODO 定义为习惯:
The TODO may also have minimum and maximum ranges specified by
using the syntax `.+2d/3d', which says that you want to do the
task at least every three days, but at most every two days.
也许这对您有用?
如何在 org-mode 中将任务指定为每周需要完成 3 次而不具体说明是星期几?
重复任务的 Org 模式文档建议使用 y/m/d/h 间隔,但我没有找到每个间隔指定事件 n 次的语法。
您可以在组织中将您的 TODO 定义为习惯:
The TODO may also have minimum and maximum ranges specified by using the syntax `.+2d/3d', which says that you want to do the task at least every three days, but at most every two days.
也许这对您有用?