org-backward-paragraph

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


(org-backward-paragraph)

Move backward to start of previous paragraph or equivalent.

The function moves point to the beginning of the current
structural element, which can be a paragraph, a table, a list
item, etc., or to the beginning of the previous visible one if
point is already there. It also provides some special moves for
convenience:

- On an affiliated keyword, jump to the first one.
- On a table or a property drawer, move to its beginning.
- On a verse or source block, stop before blank lines.