200ok-ch / org-parser

org-parser is a parser for the Org mode markup language for Emacs.
GNU Affero General Public License v3.0
320 stars 16 forks source link

Fix list-item-line to retain leading whitespace #50

Closed schoettl closed 3 years ago

schoettl commented 3 years ago

Currently, leading whitespace in list-item-line is discarded.

This leads to the following problems:

⇒ Store leading whitespace in AST.

Open questions: How should tab characters be handled?