-
Notifications
You must be signed in to change notification settings - Fork 109
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 org-super-agenda-header-suffix #270
base: master
Are you sure you want to change the base?
Conversation
@alphapapa would be great if you can take a look! |
Sorry, it's been a rough week, and I've been very busy with work for the past few months. |
This is fine with me. Would you please add a changelog entry to the readme matching the format of the other entries? Then I will merge it. |
Will do! |
Absolutely zero stress, I know exactly what it's like from my own projects |
Done @alphapapa |
Just a quick reminder that it'd be great if you could take another look soon :) @alphapapa |
@KamWithK Thanks for the reminder, but I have had a lot going on lately (death in the family, new job, etc), and I haven't had much time for Emacs projects lately. When I do, there are tens of issues and PRs I could choose to work on with that limited time. If this feature is important to you, since it's practically a two-line patch, I'd suggest that you apply the changed functions in your personal Emacs config until I have time to merge it upstream. For example: (use-package org-super-agenda
:config
(defvar org-super-agenda-header-suffix " ")
(defun org-super-agenda--make-agenda-header ...)) Or you could install it as a package from your fork with Quelpa or Thanks for your understanding. |
I'm sorry to hear that, I hope things take a turn for the better for you! Just pinged because you'd looked over it already and only requested the contributor docs changed. |
PR for #269