From d7e19e6e6992758b37109fb797c308f3b4845f63 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 19 May 2021 21:42:32 +0200 Subject: [PATCH] Org: Add org-duration workaround. --- .emacs.d/lisp/init-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el index b58c2ec4..cd8148d6 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -2,6 +2,9 @@ ;;; TODO: org-import should be able to parse "|" in CSV files. +;; REVIEW: We should not need this, but org-agenda complains without it. +(require 'org-duration) + (define-key org-mode-map (kbd "C-c C-a") 'org-agenda) (setq