When modifying an org buffer, is it possible to have line wrap selectively in different sections of the buffer?
I would to wrap my text outside code blocks. But inside the code blocks, we get some massive tokens that occupy the entire screen. Would it possible to disable word wrap for this section in particular?
word-wrap
and disabletruncate-lines
when narrowing to the subtree and do the reverse when widening again. – lawlist Jun 11 '21 at 22:48