Nathan Neff <nathan.n...@gmail.com> 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