Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. org-adapt-indentation is a variable defined in ‘org.el’.
  2. Its value is t
  3.  
  4. Documentation:
  5. Non-nil means adapt indentation to outline node level.
  6.  
  7. When this variable is set, Org assumes that you write outlines by
  8. indenting text in each node to align with the headline (after the
  9. stars). The following issues are influenced by this variable:
  10.  
  11. - The indentation is increased by one space in a demotion
  12. command, and decreased by one in a promotion command. However,
  13. in the latter case, if shifting some line in the entry body
  14. would alter document structure (e.g., insert a new headline),
  15. indentation is not changed at all.
  16.  
  17. - Property drawers and planning information is inserted indented
  18. when this variable is set. When nil, they will not be indented.
  19.  
  20. - TAB indents a line relative to current level. The lines below
  21. a headline will be indented when this variable is set.
  22.  
  23. Note that this is all about true indentation, by adding and
  24. removing space characters. See also ‘org-indent.el’ which does
  25. level-dependent indentation in a virtual way, i.e. at display
  26. time in Emacs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement