You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, nice job! As a long time Emacs orgmode user, I am wishing to use sublime/orgmode in situations where I don't have emacs. However, I noticed one big difference in:
Emacs/orgmode: heading is leveled by a number of "", such as level 1: *, level 2: * , level 3: *** ...
(though there are orgmode setting to hide these stars in display, but the multiple *s exist in the text file).
Sublime/orgmode: heading is leveled by indentation, then *. such as level 1: " *", level 2:" *", level 3 " *".
Are there specific reasons why such difference exist? I was hoping to work on the same text file format, but this makes it quite different when using emacs vs sublime/orgmode.