[org-mode]:每周一、三、五 18:00 重复任务,需要 sexp 帮助
正如我在标题中所写的,我需要一些帮助来改进此 sexp:
* TODO remeber about thingie.
SCHEDULED: <%%(or (= 1 (calendar-day-of-week date))
(= 3 (calendar-day-of-week date))
(= 5 (calendar-day-of-week date)))>
现在它会在接下来的几天内显示出来,但我想更改有关它的两件事:
我怎样才能安排特定的时间(在接下来的几天里,即 18:00 - 20:00)
我怎样才能让这个任务重复进行,就像它重复一样
<2010-05-13周三+1w>
(我所说的重复是指它自动记录结束日期和时间并返回到
TODO
状态)。
我将不胜感激任何帮助。
谢谢。
As I had written in title, I need a little help with improvement of this sexp:
* TODO remeber about thingie.
SCHEDULED: <%%(or (= 1 (calendar-day-of-week date))
(= 3 (calendar-day-of-week date))
(= 5 (calendar-day-of-week date)))>
Now it shows itself in the following days, but I would like to change two things about it:
How can I also schedule on specific hours (i.e. 18:00 - 20:00) in the following days
How can I made this task repeat itself, just like it repeats itself with
<2010-05-13 Wed +1w>
(by repetition I mean something like it automatically logs the closing date and time and comes back to the
TODO
state).
I will be grateful for any help.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不幸的是,你不能使用 diary-sexps 在 org-mode 中重复 TODO 项目。
解决方法是创建三个重复的 TODO 项目,并使用正常的组织模式日期表达式,而不是日记 sexps。
Unfortunately, you cannot use diary-sexps for repeating TODO items in org-mode like that.
The work-around is to create three repeating TODO items, and use the normal org-mode date expressions, not diary sexps.
如果您不需要每天将任务标记为完成,则只需编写:
在您的情况下,您必须使用单独的任务:
将任务标记为完成 (抄送抄送)您的任务将自动更改为:
If you don't need to mark task as DONE every day, you must simply write:
In your case you have to use separated tasks:
Marking task as DONE (C-c C-t) your task will be changed automatically to: