branch: externals/nano-modeline commit a5b3b1362520353145d57ee5c98dda179d05cbbd Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Updated org agenda mode --- nano-modeline.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nano-modeline.el b/nano-modeline.el index 7ec48fe..70d332a 100644 --- a/nano-modeline.el +++ b/nano-modeline.el @@ -404,9 +404,10 @@ Modeline is composed as: (derived-mode-p 'org-agenda-mode)) (defun nano-modeline-org-agenda-mode () - (nano-modeline-compose (nano-modeline-status) + (nano-modeline-render "ORG" "Agenda" "" +;; (format "%s" org-agenda-span-name) (format-time-string "%A %-e %B %Y"))) ;; ---------------------------------------------------------------------