问题
Basically, I have a lot of tasks that are set to repeat and I like keeping records of what days they actually get done, but the recorded state changes don't collapse nicely. Is there some way to make emacs store them in a drawer or some other structure that's collapsible?
EDIT:
org-version 8.2.7
回答1:
There is an option called org-log-into-drawer
(doc here) to control this.
If set to non-nil, all state changes and notes will be added to a drawer.
You can even control the order in which changes are recorded with org-log-states-order-reversed
.
More info in the manual.
来源:https://stackoverflow.com/questions/24686129/how-can-i-make-org-mode-store-state-changes-for-a-repeating-task-in-a-drawer