docs: update STATUS.md

This commit is contained in:
PoiScript 2019-02-07 16:08:45 +08:00
parent 0b355b498c
commit 58ea235ce8

View file

@ -1,6 +1,9 @@
# Org-rs Status # Orgize implementation status
Check out https://orgmode.org/worg/dev/org-syntax.html for more information.
- [x] Headline - [x] Headline
- [ ] Objects insides headline title
- [ ] Affiliated Keywords - [ ] Affiliated Keywords
## Greater Elements ## Greater Elements
@ -9,9 +12,13 @@
- [x] Dynamic Blocks - [x] Dynamic Blocks
- [x] Footnote Definitions - [x] Footnote Definitions
- [ ] Inlinetasks - [ ] Inlinetasks
- [ ] Objects insides inlinetask title
- [x] Plain Lists and Items - [x] Plain Lists and Items
- [x] Nested List - [x] Nested List
- [ ] Nested List Indentation - [ ] Nested List Indentation
- [ ] Tag
- [ ] Counter
- [ ] Counter set
- [ ] Property Drawers - [ ] Property Drawers
- [ ] Tables - [ ] Tables
@ -19,8 +26,8 @@
- [x] Babel Call - [x] Babel Call
- [x] Blocks - [x] Blocks
- [ ] Org mode Source Blocks Escape - [ ] Escape characters (`#`,`*`, etc)
- [ ] Line Numbers - [ ] Line numbers
- [ ] Clock, Diary Sexp and Planning - [ ] Clock, Diary Sexp and Planning
- [x] Comments - [x] Comments
- [x] Fixed Width Areas - [x] Fixed Width Areas