मैं ऑर्ग मोड में एक लंबी हेडिंग (रैप) भरना चाहता हूं। मुझे ऑर्ग मैनुअल में ऐसा करने का उल्लेख नहीं दिखता ।
यदि मैं मैन्युअल रूप से एक नई पंक्ति सम्मिलित करके लाइन लपेटता हूं, तो ऑर्ग मोड लिपटे हुए टेक्स्ट को हेडिंग के रूप में नहीं पहचानता है।
क्या यह संभव है?
नोट: 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
(मेरे उत्तर में दिखाया जाएगा)।