我刚刚开始学习组织模式(和Emacs),我打算用它作为日历/时间表/待办事项列表杂交种。是否可以隐藏时间戳未设置为今天的条目?如果是这样,怎么办?
例如,假设今天是 2014 年 9 月 18 日:
* Lunch
* TODO Call boss
<2014-09-18 Thu 13:30pm>
** Report :: Nothing happened
* TODO Call Bob ; This entry will not be shown
<2014-09-19 Fri 13:30pm> ; This entry will not be shown
; This entry will not be shown
** Discuss :: Project Alice ; This entry will not be shown
** Discuss :: Upgrading to CentOS 5 ; This entry will not be shown
* TODO Fetch Claire from school
顺便说一句,有没有更有效的方法来处理组织模式下的日历/时间表/待办事项列表?