emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to rename the agenda in org-mode?


From: Adam Porter
Subject: Re: [O] How to rename the agenda in org-mode?
Date: Sun, 3 Apr 2016 19:48:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Oops, that'll teach me to edit elisp without aggressive-indent-mode.  :) 
This should work:

(advice-add 'tabbar-buffer-tab-label :before-until
              (lambda (tab)
                (with-current-buffer (buffer-name (tabbar-tab-value tab))
                  (when (equal major-mode 'org-agenda-mode)
                    "Agenda"))))








reply via email to

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