Alex's Slip-box

These are my org-mode notes in sort of Zettelkasten style

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-stamp
  • org-deadline
  • org-schedule

Recurring example: <1978-03-30 Thu +1y> (every 1 year from date)

# Other noteworthy things

Search Results