求助:如何在org-mode里设置有限次重复?
发表于 : 2010-09-10 10:30
在emacs的org-mode里可以非常方便地设置GTD.
比如:
** TODO Check the batteries in the smoke detectors
DEADLINE: <2005-11-01 Tue +1m>
这个表示是一个月一次的重复.
现在我希望也是一个月一次,但只重复十次,该如何写?
比如:
** TODO Check the batteries in the smoke detectors
DEADLINE: <2005-11-01 Tue +1m>
这个表示是一个月一次的重复.
现在我希望也是一个月一次,但只重复十次,该如何写?