You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"))))
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
The text was updated successfully, but these errors were encountered: