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

Allow listitem folding #630

Open
ESSO0428 opened this issue Nov 16, 2023 · 2 comments
Open

Allow listitem folding #630

ESSO0428 opened this issue Nov 16, 2023 · 2 comments
Labels
core-feature Feature is in orgmode core

Comments

@ESSO0428
Copy link

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

https://orgmode.org/manual/Plain-Lists.html

Feature value

The ability to fold list items in Emacs is a useful feature. I propose adding this list item folding functionality by default to folds.scm.

like this

([
  (section)
  (table)
  (drawer)
  (property_drawer)
  (block)
  (listitem)
  ] @fold
  (#trim! @fold))

Thank you to the development team for considering this enhancement.

Additional context

No response

@kristijanhusak kristijanhusak added the core-feature Feature is in orgmode core label Nov 22, 2023
@kristijanhusak
Copy link
Member

Just to add a note that this depends on the configuration org-cycle-include-plain-lists. More details https://orgmode.org/manual/Plain-Lists.html#index-cycling_002c-in-plain-lists

@PriceHiller
Copy link
Contributor

I'll pick this up after I finish out #627 and #629 if nobody else does as a heads up.

Probably shove it in the foldexpr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-feature Feature is in orgmode core
Projects
None yet
Development

No branches or pull requests

3 participants