The idea is to edit descriptions at point.
Why is this useful?
If you think about it plain text is kind of like an implicit source block. It differs from headlines and text properties in that it's not really org mode syntax.
- Can separate minor mode that are specifically for prose (spell check, etc)
with org mode.
org mode buffer. Point is designated by "|".
* hello
|hello world
this is a description
#+begin_src elisp
#+end_src elisp
Separedit buffer after calling separedit-edit-description
|hello world
this is a description
The idea is to edit descriptions at point.
Why is this useful?
Less visual distraction when editing a description
Consistent with org mode editing style
If you think about it plain text is kind of like an implicit source block. It differs from headlines and text properties in that it's not really org mode syntax.
with org mode.
org mode buffer. Point is designated by "|".
Separedit buffer after calling
separedit-edit-description