emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-modeline a5b3b13 07/25: Updated org agenda mode


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline a5b3b13 07/25: Updated org agenda mode
Date: Thu, 23 Dec 2021 12:57:29 -0500 (EST)

branch: externals/nano-modeline
commit a5b3b1362520353145d57ee5c98dda179d05cbbd
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@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")))
 
 ;; ---------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]