You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read my email in Emacs using Gnus, and I was wondering if there is a way to file mail activity under a "Email" project?
AFAICS, (buffer-file-name (current-buffer)) is passed to the cli tool, and that will probably determine the project based on that. But that s-exp evals to nil when I'm inside an email buffer (e.g. gnus-summary-mode or gnus-article-mode).
Maybe we can fix this by adding a buffer local variable wakatime-current-project (or something like that) that I can set in my mode hooks and will be passed to the cli tool.
The text was updated successfully, but these errors were encountered:
I read my email in Emacs using Gnus, and I was wondering if there is a way to file mail activity under a "Email" project?
AFAICS,
(buffer-file-name (current-buffer))
is passed to the cli tool, and that will probably determine the project based on that. But that s-exp evals tonil
when I'm inside an email buffer (e.g.gnus-summary-mode
orgnus-article-mode
).Maybe we can fix this by adding a buffer local variable
wakatime-current-project
(or something like that) that I can set in my mode hooks and will be passed to the cli tool.The text was updated successfully, but these errors were encountered: