Gustavo Barros <gusbrs.2...@gmail.com> writes: > A recipe for it. Start `emacs -Q'. Set things up: > > #+begin_src emacs-lisp > (setq org-agenda-files '("~/agenda.org")) > (setq eval-expression-print-level nil) > (setq eval-expression-print-length nil) > #+end_src > > Let's say =agenda.org= contains: > > #+begin_src org > ,* TODO Task > SCHEDULED: <2022-02-28 Mon> > #+end_src > > Call `M-x org-agenda RET a'. Now examine `mode-name' with `M-: > mode-name RET' to get: > > #+begin_src emacs-lisp > ("Org-Agenda" "" #(" " 0 1 (todo-state #("TODO" 0 4 (fontified nil > ... > So, it appears that the Org Agenda buffer's properties are somehow > getting to that particular space in `mode-name'. It completely beats me > how it is so but, alas, it is there.
I am unable to reproduce with the latest Org. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>