I am spending this week learning org-mode. My motivation is better time tracking.
It’s quite powerful and even the guide is a bit obtuse, so I’m
stealing this intro guide,
but will be exclusively using keyboard shortcuts as I don’t even see
the menu whilst running emacs -nw.
By the end of the week, I’d like to have a custom weekly agenda view, complete with some quotes, that can show my tasks for the week.
You may find this useful if you know a very little bit of
emacs (like C-f for opening file type knowledge, nothing too intense).
Follow along below.
Assumptions
emacsinstalledorg-modeinstalled
Within emacs
C-x C-fto~/notes/tasks.orgto create a file- add my example tasks
C-c tshifts state:TODO,DONE, normalC-c dopens up calendar to pick due date- navigate with
shift-arrow .moves to today+1w- one week from today
- navigate with
C-c [- add this to agenda files- I am not sure how to cycle these files
C-c a- agenda modea- show weekly agendaRETon item jumps to file
Looks like that’s the end.
Exam
I am going to add two items to my agenda, due today:
- blog post on this, due today
- figure how sort through agenda list files (no deadline)
C-x bto open buffer- add item 1
C-c tto setTODOC-c dto set date,RETto set to today- add item 2
C-c tto setDONEon blog post
Next steps
Looks like there’s no more guide left to follow, so I’ll be paving my own road from here on out, barring some inspiration on DDG.