org.el: Make `org-metaright' indent drawers and blocks.
commit1c8eb5cc9688514ac2e47019a6b43ff3dcff5e66
authorBastien Guerry <bzg@altern.org>
Wed, 25 Jan 2012 14:33:45 +0000 (25 15:33 +0100)
committerBastien Guerry <bzg@altern.org>
Sat, 28 Jan 2012 23:53:46 +0000 (29 00:53 +0100)
treeae51e7ef2f02bc336c8a05c139234ffdd26bab2f
parente4d5ccc1aecdbacc0a24e44fa48ba8b26c6b8c61
org.el: Make `org-metaright' indent drawers and blocks.

* org.el (org-at-drawer-p): Normalize the docstring to match
other `org-at-*-p' docstrings.
(org-indent-block, org-indent-drawer, org-at-block-p): New
functions.
(org-metaright): Use the new functions to indent a drawer or a
block depending on the context.  Also update the docstring.
lisp/org.el