Org-agenda
See also Org-mode basics
# Setup
(use-package org :custom (org-agenda-start-with-log-mode t) (org-log-done 'time) (org-log-into-drawer t) (org-agenda-files '("~/slip-box/agenda"))
# Useful commands
org-time-stamporg-deadlineorg-schedule
Recurring example: (every 1 year from date)
# Other noteworthy things
- Desktop notifications with org-wild-notifier.el