org-forward-paragraph

org-forward-paragraph is an interactive compiled Lisp function in `org.el'.


(org-forward-paragraph)

Move forward to beginning of next paragraph or equivalent.

The function moves point to the beginning of the next visible
structural element, which can be a paragraph, a table, a list
item, etc. It also provides some special moves for convenience:

- On an affiliated keyword, jump to the beginning of the
relative element.
- On an item or a footnote definition, move to the second
element inside, if any.
- On a table or a property drawer, jump after it.
- On a verse or source block, stop after blank lines.