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

Issue with Agenda view #100

Open
xbraumann opened this issue Nov 16, 2017 · 2 comments
Open

Issue with Agenda view #100

xbraumann opened this issue Nov 16, 2017 · 2 comments

Comments

@xbraumann
Copy link

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
Copy link
Author

sorry, my org-gcal version is 20170420.140.

@telotortium
Copy link

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.

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

2 participants