You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! What would be the way to force the prior behavior, where a group with keyword :name set to the symbol none and (org-super-agenda-header-separator) set to "\n" renders as an empty line?
I've tried variations of setting:
keyword :name to an empty string
(org-super-agenda-header-separator) to an empty string
(org-super-agenda-header-separator) to 32 (ascii for space)
(org-agenda-header-prefix) to "\n"
Love ricing my org-super-agenda! Thanks for everything @alphapapa
Super Agenda groups with the property
:name none
right now render as an empty line.This should respect the
org-super-agenda-header-separator
.If it would be set to an empty string, we could skip the line overall.
This issue is coming up for me, in this case:
Where my first group has no name and I've set
(org-super-agenda-header-separator "")
but I still get the whitespace.The text was updated successfully, but these errors were encountered: