-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Non-ascii tag is not parsed.
To Reproduce
Steps to reproduce the behavior:
(read-str "* headline :标签:")
{:headlines
[{:headline
{:level 1,
:title [[:text-normal "headline :标签:"]],
:planning [],
:tags []}}]}
Expected behavior
{:headlines
[{:headline
{:level 1,
:title [[:text-normal "headline"]],
:planning [],
:tags ["tag"]}}]}
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
[org-parser "0.1.24"]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working