dmacs icon indicating copy to clipboard operation
dmacs copied to clipboard

Load org-agenda after org. Fixes #5

Open Thaodan opened this issue 3 years ago • 2 comments

We need org-directory to be set.

Thaodan avatar Oct 27 '22 06:10 Thaodan

Can you describe what exact problem that solves so I can check as well? I guess I have maybe some org-agenda stuff not in the org-agenda use-package block or something.

Looking in org-agenda.el it seems to load org in the beginning https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/org-agenda.el#n54 so I'm not sure this is needed.

dakra avatar Oct 27 '22 10:10 dakra

The change was needed for me after some later Emacs 29 or even Emacs 30. I'm not sure why it was needed.

Thaodan avatar Sep 29 '23 16:09 Thaodan