We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got your code to work very easily after altering the call to org-get-heading to only pass 2 parameters instead of 4.
org-get-heading
The error I got with your code:
Debugger entered--Lisp error: (wrong-number-of-arguments (0 . 2) 4) org-get-heading(t t t t) org-toggl-clock-in() run-hooks(org-clock-in-hook) org-clock-in(nil) funcall-interactively(org-clock-in nil) call-interactively(org-clock-in nil nil) command-execute(org-clock-in)
I am using a recent version of org-contrib, in case that is relevant.
Thanks for your work! I will scare my coworkers even more by moving yet another part of my workflow into emacs ;-).
EDIT: This is when calling using the org clock in command
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got your code to work very easily after altering the call to
org-get-heading
to only pass 2 parameters instead of 4.The error I got with your code:
I am using a recent version of org-contrib, in case that is relevant.
Thanks for your work! I will scare my coworkers even more by moving yet another part of my workflow into emacs ;-).
EDIT: This is when calling using the org clock in command
The text was updated successfully, but these errors were encountered: