조직 모드에서 긴 제목을 채우고 싶습니다. 조직 매뉴얼 에서 그렇게하는 방법에 대한 언급이 없습니다 .
줄 바꿈을 삽입하여 줄을 수동으로 줄 바꿈하면 org 모드는 줄 바꿈 된 텍스트를 제목으로 인식하지 않습니다.
이것이 가능한가?
참고 : 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
(내 대답에 표시된) 잘림이 작동합니다 .