From 27011ccfaef51aeeee9feb8303fde82e0c8b533d Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 2 Feb 2019 17:16:51 +0100 Subject: [PATCH] Emacs org-mode: fix in comment --- emacs/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index a351c21..50f0aad 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -490,7 +490,7 @@ ;; warn of deadlines in the next seven days (setq org-deadline-warning-days 7) - ;; show tasks in the next 14 days + ;; show tasks of the day (setq org-agenda-span (quote day)) ;; org sorthing strategy