how to end TODO lists in emacs org-mode

后端 未结 3 1970
难免孤独
难免孤独 2020-12-16 06:07

I have a list of TODO items, and I\'m trying to have 2 TODO lists in the same file, but can\'t seem to end the first one.

FIRST LIST: TODAY
* TODO Item 1
  D         


        
3条回答
  •  青春惊慌失措
    2020-12-16 06:23

    Very simple, just make the two headers become list items themselves., like so:

    * first todo list. 
    ** first item in list. 
    ** second item in list
    
    * second todo list 
    ** first item and so on... 
    

    This additionally gives you the ability to fold the lists.

提交回复
热议问题