組織モードで長い見出しを入力(折り返し)したいと思います。組織のマニュアルに、その方法の記載がありません。
改行を挿入して手動で行を折り返すと、組織モードは折り返されたテキストを見出しとして認識しません。
これは可能ですか?
注:org-fill-paragraph
これは行いません:
(defun org-fill-paragraph (&optional justify)
"Fill element at point, when applicable.
This function only applies to comment blocks, comments, example
blocks and paragraphs. Also, as a special case, re-align table
when point is at one.
If JUSTIFY is non-nil (interactively, with prefix argument),
justify as well. If `sentence-end-double-space' is non-nil, then
period followed by one space does not end a sentence, so don't
break a line there. The variable `fill-column' controls the
width for filling.
For convenience, when point is at a plain list, an item or
a footnote definition, try to fill the first paragraph within."
(interactive)
; ...
M-x toggle-truncate-lines
(私の答えに示されている)を使用して機能します。