Emacs Orgmode,`/`在重复任务中意味着什么
Emacs Orgmode, what does the `/` mean in a repeating task
我正在使用 Emacs Orgmode 9.1.3 来跟踪习惯,我在下面看到了一个非常有用的习惯 template。但是我不确定正斜杠 /
在日期中的含义。
* NEXT HABIT
[2017-12-07 Thu 10:26]
SCHEDULED: <2017-12-07 Thu .+1d/3d>
:PROPERTIES:
:STYLE: habit
:REPEAT_TO_STATE: NEXT
:END:
我通读了组织 documentation 但没有提到设置重复任务时的正斜杠。
参考了类似这样的提醒:
DEADLINE: <2005-10-01 Sat +1m -3d>.
这将在任务截止日期前三天提供提醒。
有人知道正斜杠的作用吗?
您查看了错误的文档部分:此符号适用于 habits,您在其中找到:
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.
我正在使用 Emacs Orgmode 9.1.3 来跟踪习惯,我在下面看到了一个非常有用的习惯 template。但是我不确定正斜杠 /
在日期中的含义。
* NEXT HABIT
[2017-12-07 Thu 10:26]
SCHEDULED: <2017-12-07 Thu .+1d/3d>
:PROPERTIES:
:STYLE: habit
:REPEAT_TO_STATE: NEXT
:END:
我通读了组织 documentation 但没有提到设置重复任务时的正斜杠。
参考了类似这样的提醒:
DEADLINE: <2005-10-01 Sat +1m -3d>.
这将在任务截止日期前三天提供提醒。
有人知道正斜杠的作用吗?
您查看了错误的文档部分:此符号适用于 habits,您在其中找到:
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.