Tôi muốn điền (bọc) một tiêu đề dài trong chế độ org. Tôi không thấy đề cập đến cách làm như vậy trong hướng dẫn org .
Nếu tôi tự bọc dòng bằng cách chèn một dòng mới, chế độ org sẽ không nhận ra văn bản được bọc như một tiêu đề.
Điều này có thể không?
Lưu ý: org-fill-paragraph
không làm điều này:
(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
(hiển thị trong câu trả lời của tôi).