branch: externals/org-modern
commit 952abf3a54d0589fd2a25e007d67254a6a30276a
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2ee6f38d6b..e4fc90303d 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Also, be sure to enable `org-indent` (see the variable 
`org-startup-indented`).
 
 ### Bulk-indented blocks (e.g. within lists):
 
-Bulk-indented blocks can have "real" (space/tab) indent applied and managed by 
org.  This extra indentation is appled by org on _top_ of the (fake, 
prefix-based) indentation used by org-indent.  To nest blocks withing such 
indented content, e.g. in plain list items, you only have to begin the 
`#+begin` at the same level as the list element's text.  To help achieve this, 
here are a few ways to move blocks around in terms of their indentation:
+Bulk-indented blocks can have "real" (space/tab) indent applied and managed by 
org.  This extra indentation is appled by org on _top_ of the (fake, 
prefix-based) indentation used by org-indent.  To nest blocks within such 
indented content, e.g. in plain list items, you only have to begin the 
`#+begin` at the same column as the list element's text.  To help achieve this, 
here are a few ways to move blocks around in terms of their indentation:
 
 - **Start things right**: Hit return after your last line of text (e.g in a 
list item), then immediately hit `C-c C,` to create the desired block.  It will 
be indented at the right level.
 - **Move flush left** `M-{` gets you to the start of a block quickly.  `M-\` 
there block will move the blocks first header to the very left.  Then 
`M-S-left` (or `right`) will indent the full block.  
`org-src-preserve-indentation=t` will help with indenting `example` blocks.

Reply via email to