Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

go to the corresponding line in .org file from agenda view by typing TAB #90

Closed
QikeLi opened this Issue May 10, 2017 · 3 comments

Comments

Projects
None yet
2 participants

QikeLi commented May 10, 2017 edited

Hi,

This is an awesome package! I have a problem with going to the corresponding line in my .org file (the one in org-gcal-file-alist) from agenda view by typing TAB. Once I type TAB in the agenda view, it will take me to the very last line in my .org file, not the line that corresponds to the event in my agenda view. However, for other events that in my main .org file (not in org-gcal-file-alist), it works fine. Would you please let me know if there is something wrong in my configuration?

Thank you!

Also affected by this.

Fixed this by removing the following from my .emacs:
(add-hook 'org-agenda-mode-hook (lambda () (org-gcal-sync) ))

I had adapted my setup from http://cestlaz.github.io/posts/using-emacs-26-gcal

QikeLi commented Oct 6, 2017

@SakuAura Thank you! Your solution worked for me as well.

@QikeLi QikeLi closed this Oct 6, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment