emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiline list entries / Is auto-fill-mode in org(roam) usual?


From: c . buhtz
Subject: Re: Multiline list entries / Is auto-fill-mode in org(roam) usual?
Date: Sun, 03 Apr 2022 21:02:57 +0000

I found org-export-as-html and tested this

- one
  eins
ens

This as html is

<ul class="org-ul">
<li>one
eins</li>
</ul>
<p>
ens
</p>


Am 03.04.2022 22:28 schrieb c.buhtz@posteo.jp:
Hello togehter,

is it usual to have auto-fill-mode (automatic new-line after n
characters) turned on in org or org-roam (including fill-column set
e.g. to 80)?
Or let me ask from another point of view: Is it usual to have
multiline list entries?

- first list entry
- second list entry with more then 80 chars/columns two with Lorem ipsum dolor
sit amet, consetetur sadipscing elitr
- third entry

Without auto-fill-mode it would look like this, without any linebreak
in an entry:

- first list entry
- second list entry with more then 80 chars/columns two with Lorem
ipsum dolor sit amet, consetetur sadipscing elitr
- third entry

I know that org is not markdown but I tried some markdown editors to
test it. They still recognize the linebreak in my first example and
rendered it "correct" as a 3 item list.
I checked the syntax docu [1] about it but I couldn't find a hint or
didn't understand.

Do I understand it correct that the end of a list is marked by an empty line?

[1] -- <https://orgmode.org/worg/dev/org-syntax.html#Plain_Lists_and_Items>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]