org-autolist icon indicating copy to clipboard operation
org-autolist copied to clipboard

Support blocks in lists

Open losingkeys opened this issue 4 years ago • 0 comments

Example (hitting RET where the cursor is):

- some list item
  #+begin_example
    some
    multiline
    example
  #+end_example<CURSOR>

This could likely be fixed by looking through the plist returned by org-element-at-point from https://github.com/calvinwyoung/org-autolist/pull/15.

losingkeys avatar Aug 08 '21 20:08 losingkeys