-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org-mode with wakatime-mode #33
Comments
This is probably because WakaTime counts coding activity around files, so if there's not a file available on disc then WakaTime doesn't log anything. Can you save an org-mode session to disc somehow? |
it's a literate programming mode which opens a new buffer with a subset of the original file buffer for editing of a code section.. It probably has some variable one can check to find out which file-buffer it corresponds to. |
Ok.. it does actually present itself as a file-buffer.. evaluating Editing file buffers in org-mode normally seems to be reported just fine for me. |
Hi @thomasf, |
Someone suggested recently that we detect when org-mode is enabled, and add argument |
Hi all,
I'm an org-mode fan. I usually code in org-mode files (literate programming style). But, sadly, wakatime-mode seem doesn't track my activities (even when I tried
org-edit-special
). Is there any way to use wakatime-mode with org-mode?Thank you. 😄
The text was updated successfully, but these errors were encountered: