Closed fer-git closed 8 years ago
So to be clear, the actual issue here is that the above code no longer sets org-agenda-files
as it should? I'm saying this since it seems you're indicating that it works if you set it manually after startup. What is it set to instead?
Today I change the location of
(with-eval-after-load 'org (setq org-agenda-files
'("~/Sync/Orgzly Files/")))
at the top in dotspacemacs/user-config. Now org-agenda-list can display my todo list.
I am not sure why the position of the code matters, as I have no problem with it in 0.105.
Description :octocat:
Spacemacs does not show my scheduled todo list in org-agenda-list (Space a o a) even though I have specified org-agenda-files in .spacemacs. This is what I put under dotspacemacs/user-config:
This setup worked well when my spacemacs version was 0.105. It stops working after I update spacemacs to version 0.200.
My current work around after starting emacs is to execute the code above manually, which is to find spacemacs setting (Space f e d) and execute that code above (Ctrl x Ctrl e).
Reproduction guide :beetle:
Observed behaviour: :eyes: :broken_heart: Org-Agenda buffer opened and displayed none of my todo list.
Expected behaviour: :heart: :smile: Org-Agenda buffer opened and displayed all my scheduled todo list stored in org files. The location of org files have been specified in org-agenda-files.
System Info :computer:
Backtrace :paw_prints: