200ok-ch / org-parser

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

[WIP] Parse content-line as text instead of just .* #36

Closed branch14 closed 3 years ago

branch14 commented 3 years ago

This PR is the successor of #27.

The goal of this PR is to enable the EBNF parser to parse details in the content after a headline, e.g. links, timestamps, …

Closes #26 Closes #30

branch14 commented 3 years ago

@schoettl Changing transform to return the desired output came with a slew of other changes:

Fun fact: I think we touched completely distinct files in this shared PR.

Is it ok, if I hand the PR back to you?

schoettl commented 3 years ago

Nice! I'll look into it soon!

Is it ok, if I hand the PR back to you?

Perfect, thank you :)