org-java icon indicating copy to clipboard operation
org-java copied to clipboard

Org mode files Java parser

Results 6 org-java issues
Sort by recently updated
recently updated
newest added

I have many SCHEDULED and DEADLINE lines in my org files which are commented with a `#` at the beginning of the line. I would like these and all other...

Type: bug

Necessary in order for https://github.com/orgzly/orgzly-android/pull/937 to work.

When creating an `ArrayListSpaceSeperated`, it interprets \s as a space. If a literal \s is required, \\\\s can be used. In particular this should allow [ ] as a todo...

I'd like to use this library in my Java program, but it currently being licensed under the GPLv3 would mean I'd have to license my program under the GPLv3 as...

First, I must thank you for your great efforts, your app made my life much easier! It seems that it doesn't support org-class as described [HERE](https://orgmode.org/worg/org-faq.html#org-class) and I would love...

Type: feature

There is an tree sitter org mode grammar that could be used https://github.com/milisims/tree-sitter-org . Tree sitter can be compiled to wasm as well and used that way. Might be useful.