Re: OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-15 Thread Max Nikulin
On 15/11/2022 17:57, mag_dex wrote: $ emacsclient --eval '(if (org-clocking-p)(org-clock-get-clock-string) -1)’ Consider adding `org-no-properties'.

Re: OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-15 Thread mag_dex
> On 15 Nov 2022, at 02:41, Ihor Radchenko wrote: > > "Christopher M. Miles" writes: > >>> https://github.com/mmagnus/OrgModeClockingXBar >>> >>> Magnus >> >> Thanks for sharing, this is what I needed. > > Do we have a page in WORG that discusses ways to display clocked task in > taskbar f

Re: OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-14 Thread Ihor Radchenko
"Christopher M. Miles" writes: >> https://github.com/mmagnus/OrgModeClockingXBar >> >> Magnus > > Thanks for sharing, this is what I needed. Do we have a page in WORG that discusses ways to display clocked task in taskbar for Linux/Windows/Mac? -- Ihor Radchenko // yantar92, Org mode contribut

Re: OrgModeClockingXBar - see a task when you clock in in your bar and not only

2022-11-14 Thread Christopher M. Miles
mag_dex writes: > Dear All, > > I designed a hack to see your clocked-in task on your bar (and not only). > > The hack is composed of a few elements, Emacs code that adds hooks for > clock-in and clock-out and a code > for Xbar. > > I have been using this for 2 years, and it's pretty robust. I