How to untick checkboxes in org-mode for the next cyclic/repetitive task

后端 未结 2 1964
抹茶落季
抹茶落季 2021-02-02 15:40

With cyclic or repetitive tasks in org-mode, inside this task, if there are several checkboxes and all of them marked as ticked, after the general task is masked as DONE, the ch

2条回答
  •  长发绾君心
    2021-02-02 15:48

    If I understand you correctly, the situation is: you have a repeating task with subitems as checkboxes. When the task is completed, all the checkboxes on the subitems should be cleared - so the task can be done at next cyclic time.

    • Set property RESET_CHECK_BOXES on the task to t
    • make sure org-checklist is one of the loaded modules (via variable org-modules)

提交回复
热议问题