From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steve Graham Newsgroups: gmane.emacs.help Subject: Re: Adding time to window Date: Fri, 17 Jul 2015 11:14:10 -0700 (PDT) Message-ID: <2c8ca47e-ee52-476b-84b2-f6d31f3fb04b@googlegroups.com> References: <563836d7-08a4-4ce4-85fc-cabc2f4616a1@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1437156929 10829 80.91.229.3 (17 Jul 2015 18:15:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2015 18:15:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 17 20:15:29 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZGAAS-0000ii-3C for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2015 20:15:28 +0200 Original-Received: from localhost ([::1]:45888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGAAR-0002Qn-6o for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2015 14:15:27 -0400 X-Received: by 10.50.29.79 with SMTP id i15mr9563884igh.0.1437156850952; Fri, 17 Jul 2015 11:14:10 -0700 (PDT) X-Received: by 10.50.114.38 with SMTP id jd6mr301186igb.11.1437156850895; Fri, 17 Jul 2015 11:14:10 -0700 (PDT) Original-Path: usenet.stanford.edu!pg9no1659422igb.0!news-out.google.com!t2ni13568igk.0!nntp.google.com!pg9no1659416igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <563836d7-08a4-4ce4-85fc-cabc2f4616a1@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.181.182.72; posting-account=lMndggoAAACR6bdLBlBjeKrA4qihooHu Original-NNTP-Posting-Host: 73.181.182.72 User-Agent: G2/1.0 Injection-Date: Fri, 17 Jul 2015 18:14:10 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:213504 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105790 Archived-At: On Friday, July 17, 2015 at 10:48:17 AM UTC-7, Steve Graham wrote: > After looking at the handbook and Googling, I came up dry. So I am asking you folks. > > At one time while using org-mode, the time was listed along with the buffer name, etc. Now it is not. > > Is there a way to add it permanently? > > I am also using todochiku, kanban and pomodoro. > > Thanks, Steve Found it in another thread on this group. Added '(display-time-mode)' to .emacs. Thanks.