Skip to content
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-get-heading problem (wrong number of arguments) #1

Open
jellelicht opened this issue May 29, 2017 · 0 comments
Open

org-get-heading problem (wrong number of arguments) #1

jellelicht opened this issue May 29, 2017 · 0 comments

Comments

@jellelicht
Copy link

jellelicht commented May 29, 2017

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:

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant