md-arif-shaikh / tzc

Time Zone Converter for Emacs
GNU General Public License v3.0
19 stars 1 forks source link

Any integration planned with the emacs built-in world-clock #2

Open jayrajput opened 2 years ago

jayrajput commented 2 years ago

Thanks for a nice package. I was looking for something like that. Btw, I am from Bengaluru as well. I work as a software developer and continuously used worldtimebuddy.com to schedule meeting across timezones.

Are there any integrations/improvement planned with the emacs inbuilt world-clock? There are two things which I can think of:

md-arif-shaikh commented 2 years ago

Hi @jayrajput, thanks for submitting this issue and nice to meet you. These suggestions are really nice and would be great to have these features in the package.

Also any contribution to add these features would be welcome.

md-arif-shaikh commented 2 years ago

you can now use zoneinfo-style-world-list as the tzc-favourite-time-zones-alist. (setq tzc-favourite-time-zones-alist zoneinfo-style-world-list)

jayrajput commented 2 years ago

Great. Thanks. Looking forward to the changes.

md-arif-shaikh commented 2 years ago

Hey @jayrajput, I have now added tzc-world-clock that creates a buffer with information equivalent to wclock but with the next or previous keymap as requested. Please try and let me know if it works for you. I will look into the third one in next weekend probably.