We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
https://orgmode.org/manual/Plain-Lists.html
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.
No response
The text was updated successfully, but these errors were encountered:
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
org-cycle-include-plain-lists
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: