emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* make org-fill-paragraph stop fill list headlines.
@ 2017-12-22  7:48 Shiyao MA
  2017-12-22 18:08 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Shiyao MA @ 2017-12-22  7:48 UTC (permalink / raw)
  To: emacs-org list

Hi,

given this:

>>
some text.
- a list node.
  some context.
<<

after filling, it will be:
>>
some text.
- a list node.  some context.
<<

possible to stop the joining of the list headline (=a list node.=) and
the content (=some context=)?

Adding an empty line like:
>>
some text.
- a list node.

  some context.
<<

will definitely do, but it make the text rather scattered.



-- 
Best,
Shiyao

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: make org-fill-paragraph stop fill list headlines.
  2017-12-22  7:48 make org-fill-paragraph stop fill list headlines Shiyao MA
@ 2017-12-22 18:08 ` Nicolas Goaziou
  2017-12-23  3:19   ` Shiyao MA
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-12-22 18:08 UTC (permalink / raw)
  To: Shiyao MA; +Cc: emacs-org list

Hello,

Shiyao MA <i@introo.me> writes:

> given this:
>
>>>
> some text.
> - a list node.
>   some context.
> <<
>
> after filling, it will be:
>>>
> some text.
> - a list node.  some context.
> <<
>
> possible to stop the joining of the list headline (=a list node.=) and
> the content (=some context=)?

You can use line break:

    - a list node. \\
      some context.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: make org-fill-paragraph stop fill list headlines.
  2017-12-22 18:08 ` Nicolas Goaziou
@ 2017-12-23  3:19   ` Shiyao MA
  0 siblings, 0 replies; 3+ messages in thread
From: Shiyao MA @ 2017-12-23  3:19 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-org list

Thanks.  that really helps.

best,

On Sat, Dec 23, 2017 at 2:08 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
>
> Shiyao MA <i@introo.me> writes:
>
>> given this:
>>
>>>>
>> some text.
>> - a list node.
>>   some context.
>> <<
>>
>> after filling, it will be:
>>>>
>> some text.
>> - a list node.  some context.
>> <<
>>
>> possible to stop the joining of the list headline (=a list node.=) and
>> the content (=some context=)?
>
> You can use line break:
>
>     - a list node. \\
>       some context.
>
>
> Regards,
>
> --
> Nicolas Goaziou



-- 
Best,
Shiyao

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-23  3:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22  7:48 make org-fill-paragraph stop fill list headlines Shiyao MA
2017-12-22 18:08 ` Nicolas Goaziou
2017-12-23  3:19   ` Shiyao MA

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).