75 lines
1.4 KiB
Markdown
75 lines
1.4 KiB
Markdown
# Orgize implementation status
|
|
|
|
Check out https://orgmode.org/worg/dev/org-syntax.html for more information.
|
|
|
|
- [x] Headline
|
|
- [X] Objects insides headline title
|
|
- [x] Affiliated Keywords
|
|
|
|
## Greater Elements
|
|
- [x] Greater Blocks
|
|
- [X] Drawers and Property Drawers
|
|
- [x] Dynamic Blocks
|
|
- [x] Footnote Definitions
|
|
- [ ] Inlinetasks
|
|
- [ ] Objects insides inlinetask title
|
|
- [x] Plain Lists and Items
|
|
- [x] Nested List
|
|
- [x] Nested List Indentation
|
|
- [x] Tag
|
|
- [x] Counter
|
|
- [x] Counter set
|
|
- [X] Property Drawers
|
|
- [X] Tables
|
|
|
|
## Elements
|
|
|
|
- [x] Babel Call
|
|
- [x] Blocks
|
|
- [x] Escape characters (`#`,`*`, etc)
|
|
- [ ] Line numbers
|
|
- [X] Clock, Diary Sexp and Planning
|
|
- [x] Comments
|
|
- [x] Fixed Width Areas
|
|
- [x] Horizontal Rules
|
|
- [x] Keywords
|
|
- [x] LaTeX Environments
|
|
- [X] Node Properties
|
|
- [x] Paragraphs
|
|
- [X] Table Rows
|
|
|
|
## Objects
|
|
|
|
- [x] Entities and LaTeX Fragments
|
|
- [x] Export Snippets
|
|
- [x] Footnote References
|
|
- [x] Inline Babel Calls and Source Blocks
|
|
- [x] Line Breaks
|
|
- [x] Links
|
|
- [x] Regular link
|
|
- [ ] Plain link
|
|
- [ ] Angle link
|
|
- [ ] Radio link
|
|
- [x] Macros
|
|
- [x] Targets and Radio Targets
|
|
- [x] Statistics Cookies
|
|
- [x] Subscript and Superscript
|
|
- [X] Table Cells
|
|
- [x] Timestamps
|
|
- [x] Text Markup
|
|
- [x] bold
|
|
- [x] italic
|
|
- [x] underline
|
|
- [x] verbatim
|
|
- [x] code
|
|
- [x] strike-through
|
|
|
|
## Export
|
|
|
|
- [x] HTML `Org::to_html`
|
|
- [X] Org `Org::to_org`
|
|
- [ ] LaTeX
|
|
|
|
## Extra
|
|
|
|
- [X] Syntax Highlighting
|