Org mode and <!--more--> not working

Hi,

Org mode is working fine but the only issue i have is that I always insert a “< !–more–>” to separate what shows up on my home page. With markdown this works but when i use it in orgmode it doesnt. Any ideas?

It works for me if it’s preceding a newline.

... text text ... 
<!--more-->

... text text ...

with:

Hugo Static Site Generator v0.24.1 darwin/amd64 BuildDate: 2017-06-25T15:51:47+02:

Use just plain # more works.

Some text in Org file.

# more

After summary text

Reference

3 Likes

thanks, # more worked.