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

Added filtering by category for org mode #167

Merged
merged 3 commits into from Jul 2, 2019

Conversation

SidharthArya
Copy link
Contributor

Added support for filtering by category in dashboard, so the users can now select the org categories which they wants to have in the dashboard.
The users would have to specify the category which they need in their dashboard, or if they don't all categories will be considered.

So in my config I have something like this:

(use-package dashboard
  :ensure t
  :config
(setq dashboard-items '((recents . 10) (bookmarks . 5) (agenda . 10)))
  (setq dashboard-org-agenda-categories '("Tasks"))
  (dashboard-setup-startup-hook))
 

Copy link
Contributor

@JesusMtnez JesusMtnez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your PR! It looks good to me. But I am missing an update in README.md documenting the new feature 😉

dashboard-widgets.el Outdated Show resolved Hide resolved
dashboard-widgets.el Outdated Show resolved Hide resolved
@JesusMtnez
Copy link
Contributor

Thank you @SidharthArya !

@JesusMtnez JesusMtnez merged commit 656c9f4 into emacs-dashboard:master Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants