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

:auto-parent group headers have leading spaces corresponding to outline level #217

Open
max6166 opened this issue Feb 13, 2022 · 1 comment
Assignees
Milestone

Comments

@max6166
Copy link

max6166 commented Feb 13, 2022

I have an agenda which uses :auto-parent. The org-super-agenda-header for nested items is indented with a space for each outline level the original header is nested. The items listed below the group header are fine and do not have leading spaces.

The group headers created by the :auto-category and :auto-property selectors do not have this problem.

It looks something like this

    Header 1
Item
Item

 Header 2
Item

     Header 3
Item
Item
Item

This is the custom agenda I have been testing with.

     ("Z" "Test" agenda "daily"
       (
         (org-agenda-prefix-format "")
         (org-super-agenda-header-prefix "")
         (org-super-agenda-groups
           '(
              (:auto-parent)
              )
           )
         )
       )
@alphapapa
Copy link
Owner

Thanks. This should probably be simple to fix, but I may not have time to work on it soon.

@alphapapa alphapapa self-assigned this Sep 24, 2023
@alphapapa alphapapa added this to the 1.3.1 milestone Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants