danielmagnussons / danielmagnussons/orgmode

Same heading format as Emacs orgmode / Same format as emacs orgmode heading

Open
#59 3 comments 0 reactions 0 assignees View on GitHub
All Platforms Feature
Dominant language
Python
Stars
753
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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.

Thanks

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by comparing the heading formats described in the issue and locate the project’s heading parsing and rendering entry points. Define whether Emacs orgmode’s star-based headings should be accepted or emitted, then verify that the same text format behaves consistently in both environments.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.