Org Mode Basics In Doom Emacs Getting Started with Org Mode Read org mode manual with M-x org-info.
  M-RET to insert new headline at current level.
  Unordered list item one 
  Unordered list item two
    
      You can use dash instead of + 
      Another list item.
        
          Ordered list item one. 
          Ordered list item two. 
         
       
     
   
 
Rotate current subtree between states: TAB Rotate entire buffer between states : S-TAB close (fold) the tree : zc open (unfold) the tree : zo move left/down/up/right : h/j/k/l next/prev heading : gj/gk insert new heading after subtree : C-RET promote/demote heading : , s h / , s l promote/demote current subtree : , s j / , s k Some advanced editing thanks to Evil Mode! select an element/subtree : vae delete an element/subtree : dae bang : #!/usr/bin/env bash Insert a license : pick a free license current time  : Sun Feb  9 20:06:29 2020 3.141592654
toggle the todo state : SPC-m-t [#A] org-priority : SPC-m-p To create checkbox : - [ ]  [1/3] [33%] 
  [ ] eggs 
  [ ] milk 
  [X] beer : C-c C-c OR RET 
 
Move this file to front of agenda : C-c-[ just start typing, e.g.|Name|Phone|Age RET |- TAB convert region to table : C-c | Go to forward/backward by cell : TAB/S-TAB …  separator at least 3 spaces : C-3 C-c | Make org table headline : SPC m b - Duplicate a field in the cell below : S-RET 
  ONE TWO THREE FOUR This is a sentence Some stuff More ffffffff This is a sentence Some stuff Some stuff 
Commands available inside tables The following commands work when the cursor isinside a table.
  Outside of tables, the same keys may have other functionality.