mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
Show "Habit" in modeline when habits are displayed
This commit is contained in:
parent
3784cb18f6
commit
d6a2768b48
@ -1,3 +1,9 @@
|
||||
2009-10-20 John Wiegley <jwiegley@gmail.com>
|
||||
|
||||
* org-agenda.el (org-agenda-set-mode-name): Show Habit in the
|
||||
modeline when habits are being displayed (if that module is being
|
||||
loaded).
|
||||
|
||||
2009-10-20 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-agenda.el (org-agenda-next-line): New command.
|
||||
|
@ -5643,8 +5643,10 @@ When called with a prefix argument, include all archive files as well."
|
||||
(if org-agenda-entry-text-mode " ETxt" "")
|
||||
(if org-agenda-include-diary " Diary" "")
|
||||
(if org-agenda-use-time-grid " Grid" "")
|
||||
(if (and (boundp 'org-habit-show-habits)
|
||||
org-habit-show-habits) " Habit" "")
|
||||
(if (consp org-agenda-show-log) " LogAll"
|
||||
(if org-agenda-show-log " Log" ""))
|
||||
(if org-agenda-show-log " Log" ""))
|
||||
(if (or org-agenda-filter (get 'org-agenda-filter
|
||||
:preset-filter))
|
||||
(concat " {" (mapconcat
|
||||
|
Loading…
Reference in New Issue
Block a user