myuhe / org-gcal.el

Org sync with Google Calendar
452 stars 113 forks source link

org-gcal-sync error (wrong-type-argument integer-or-marker-p nil) emacs 25.2 #94

Closed smurphy8 closed 7 years ago

smurphy8 commented 7 years ago

Any clues about this?

debug text:

Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)

  org-gcal--archive-old-event()
  org-gcal-sync()
  eval((org-gcal-sync) nil)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  funcall-interactively(eval-last-sexp nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)

emacs version:

GNU Emacs 25.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
 of 2017-06-19
smurphy8 commented 7 years ago

Grabbed the latest version of gcal-sync from master and it fixed this.