org-autolist
org-autolist copied to clipboard
Support blocks in lists
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.