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

Todo list doesn't load when launching with emacsclient #526

Open
ryansantos1174 opened this issue Apr 8, 2024 · 3 comments
Open

Todo list doesn't load when launching with emacsclient #526

ryansantos1174 opened this issue Apr 8, 2024 · 3 comments

Comments

@ryansantos1174
Copy link

When launching an emacsclient instance, the todo list does not fully load. I can see the tags that my todo lists have but I cannot see the todo items themselves. After refershing the buffer, the items appear correctly. This doesn't not seem to be an issue when launching an emacs instance outside of the daemon.

Here is the relevant use-package block from my configuration:
`(use-package dashboard
:elpaca t
:demand
:custom
(dashboard-startup-banner 2)
(dashboard-display-icons-p t)
(dashboard-set-navigator t)
(dashboard-set-heading-icons t)
(dashboard-set-file-icons t)
(dashboard-icon-type 'nerd-icons)
(dashboard-center-content t)
(dashboard-show-shortcuts nil)
(dashboard-items '(
(bookmarks . 5)
(agenda . 5)))
(dashboard-filter-agenda-entry 'dashboard-no-filter-agenda)
(initial-buffer-choice (lambda () (get-buffer-create "dashboard")))
:config
(add-hook 'elpaca-after-init-hook #'dashboard-insert-startupify-lists)
(add-hook 'elpaca-after-init-hook #'dashboard-initialize)

(dashboard-setup-startup-hook))
`
Thank you for any help or guidance

@jcs090218
Copy link
Member

I'm not sure since I don't use agenda and Elpaca.

cc @ricardoricho Do you have any idea? 🤔

@ricardoricho
Copy link
Contributor

Hi @ryansantos1174 I'm sorry, but I forgot to reply this issue. Is it still present?
Could it be related to #488?

@ryansantos1174
Copy link
Author

@ricardoricho That looks identical to what I am seeing. That is probably it.

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

3 participants