We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I have this org file:
* Some subtask [[*S \[2022-02-14 Mon 10:00\] d][S [2022-02-14 Mon 10:00] d]]
Parsing with parse_file throws this error:
parse_file
Can't parse timestamp string: [2022-02-14 Mon 10:00\] at /home/przemek/perl5/lib/perl5/Org/Element/Timestamp.pm line 98.
However, parsing the same contents with parse works OK.
parse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So I have this org file:
Parsing with
parse_file
throws this error:However, parsing the same contents with
parse
works OK.The text was updated successfully, but these errors were encountered: