Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 711 Bytes

20210329202015-org_agenda.org

File metadata and controls

27 lines (23 loc) · 711 Bytes

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 +1y> (every 1 year from date)

Other noteworthy things