From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Show current task in taskbar Date: Mon, 9 May 2011 18:46:57 -0500 Message-ID: References: <87r58z1qib.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJc99-0000ei-E7 for emacs-orgmode@gnu.org; Mon, 09 May 2011 21:54:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJc98-0000ES-Ht for emacs-orgmode@gnu.org; Mon, 09 May 2011 21:53:59 -0400 Received: from mail-px0-f171.google.com ([209.85.212.171]:60005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJaAE-0006Ql-86 for emacs-orgmode@gnu.org; Mon, 09 May 2011 19:46:58 -0400 Received: by pxi7 with SMTP id 7so3976704pxi.30 for ; Mon, 09 May 2011 16:46:57 -0700 (PDT) In-Reply-To: <87r58z1qib.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin , Eric S Fraga Cc: emacs-orgmode Matt, this is most excellent. I just have to run "server-start" from Emacs, and then I have a cron job that runs every 30 seconds that updates the status bar. Very cool. Eric, I might use your method if I have trouble with emacs server or something similar. Thanks for both feedbacks -- this is really cool. --Nate On Mon, Apr 18, 2011 at 11:19 AM, Matt Lundin wrote: > Nathan Neff writes: > >> Hello, >> >> I use wmii which is a minimalist tiling window manager. >> It has a taskbar that can show text/icons, etc. >> >> I'd like to see my currently logged in task on the taskbar. >> >> The way I see it, I could either 1) poll emacs for the current task > > Provided you have the emacs server running, you can access the task with > the following: > > emacsclient -e "org-clock-current-task" > > Best, > Matt >