myuhe / org-gcal.el

Org sync with Google Calendar
450 stars 113 forks source link

Issue with Agenda view #100

Open xbraumann opened 6 years ago

xbraumann commented 6 years ago

Hey there,

I am using Emacs 25.3.1 on the Mac (and also on Ubuntu) and org-version 9.1.2.

I just started to use org-gcal. The sync works in both directions.

I have an issue with the agenda view: When I want to Jump from the appointment in the agenda (week) view to the entry itself (lets say in gcal.org) I don't get there. Instead emacs always jumps to the last line of gcal.org.

Is this the way it should be?

My sync concerning org-gcal:

(setq package-check-signature nil)

(use-package org-gcal :ensure t :config (setq org-gcal-client-id "..." org-gcal-client-secret "..." org-gcal-file-alist '(("...some calendar id ..." . "~/Dropbox/org/gcal.org"))))

(add-hook 'org-agenda-mode-hook (lambda () (org-gcal-sync) ))

Thank you! :)

Alex

xbraumann commented 6 years ago

sorry, my org-gcal version is 20170420.140.

telotortium commented 4 years ago

Hi everyone! This repository is obsolete - the actively developed fork is now https://github.com/kidd/org-gcal.el, which is also the "org-gcal.el" on MELPA (see #115). I'm one of the maintainers of https://github.com/kidd/org-gcal.el. I can't directly close issues or PRs on this repo, but please download https://github.com/kidd/org-gcal.el and see if your issue or PR is still applicable. If so, open an issue or PR on https://github.com/kidd/org-gcal.el. In any case, you should close your issue or PR in this repo.