Emacs Org Mode

Table of Contents

1. Org Essentials

1.1. Make an Emacs Org GUIDE

  • SPC-m-t-# marks a section’s status (TODO, DONE, PROJ, etc)
  • SPC-m-d-s opens org-schedule for a section
  • RET => toggle TODO & DONE

1.2. PROJ Task Counters => [1/5] [20%]

  • [ ] CTRL + RET => add new item
  • [X] C-c C-c or SPC-m-x => toggle Box
  • [ ] add [ / ] ’no spaces’ to the head => automatically adds [0/X]
  • [ ] [ % ] for percentages
  • [-] and considering grouped tasks…
    • [-] you can do them easily
    • [ ] when they’re finished the counter above gets toggled

1.3. Org Agenda `SPC-o-A`

the agenda collects all of the todo's you have and sorts them in multiple ways
  • a = agenda for current week (what you scheduled)
  • t = todo items not done
    • t => toggle state
  • s = search by keyword
    • you can use regex!

1.4. PROJ SPC-X for Capture Mode

  • j => Journal
  • n => notes
  • t => to-do’s
  • p => local
    • to-do’s
    • notes
    • change-log

1.5. PROJ C-c C-e for exporting

  • m m => markdown
  • h h => html

Author: NyllRE

Created: 2022-08-09 Tue 19:29