alphapapa / org-super-agenda

Supercharge your Org daily/weekly agenda by grouping items
GNU General Public License v3.0
1.35k stars 107 forks source link

Ensure text heading properties are preserved in `make-agenda-header` #165

Closed dustinlacewell closed 3 years ago

dustinlacewell commented 4 years ago

make-agenda-header concats a space " " to incoming header strings. This change ensures the incoming text properties apply to this space.

This causes org-agenda-switch-to (and friends) pass the org-get-at-bol check for org-marker when it is present.

alphapapa commented 3 years ago

Thanks!