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

Change default value of org-super-agenda-header-properties (Fix #236) #237

Merged
merged 3 commits into from
Sep 23, 2023

Conversation

casch-at
Copy link
Contributor

This should fix it.

My setup.

(use-package org-super-agenda
    :defer nil
    :init
    (defun org-super-agenda-toggle ()
      "Toggle `org-super-agenda-mode' and refresh `org-agenda' buffers."
      (interactive)
      (org-super-agenda-mode (if org-super-agenda-mode -1 1))
      (org-agenda-redo-all t))
    :config
    (setq org-super-agenda-hide-empty-groups t
          org-super-agenda-groups
          '((:name "Daily Note" :tag "NOTE" :face)
            (:log t)
            (:time-grid t)
            (:name "Important" :priority "A" :face)
            (:order-multi (100
                           (:name "Someday/Maybe" :tag "SM")
                           (:name "Anniversaries" :category "Anniversa.")))
            (:order-multi (2
                           (:name "Projects" :tag "PROJECT")
                           (:name "Computer" :category "Computer")
                           (:name "Home" :category "Home")
                           (:name "Errand" :category "Errand")
                           (:name "Talk" :tag "TALK")
                           (:name "Read and Learn" :category "Study")
                           (:name "Miscellaneous" :category "Misc")
                           (:name "Health" :category "Health")
                           (:name "Phone" :tag "PHONE")))
            (:name "Waiting" :todo "WAITING" :order 8)))
    (org-super-agenda-mode t))

@casch-at
Copy link
Contributor Author

casch-at commented Dec 31, 2022 via email

@casch-at
Copy link
Contributor Author

Hey @alphapapa, should I make any changes for it to be merged?

@alphapapa alphapapa added this to the 1.3 milestone Sep 23, 2023
@alphapapa alphapapa merged commit ad5859e into alphapapa:master Sep 23, 2023
0 of 3 checks passed
@alphapapa
Copy link
Owner

Thanks for your patience. BTW, always feel free to ping me on issues like this if I overlook or forget about them.

@casch-at casch-at deleted the fix-issue-236 branch January 27, 2024 18:40
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

Successfully merging this pull request may close these issues.

2 participants