forked from kenkeiras/org-rw
Merge remote-tracking branch 'origin/develop' into feat/add-todo-keywords-programmatically
This commit is contained in:
commit
7e44bce145
4 changed files with 686 additions and 241 deletions
679
org_rw/org_rw.py
679
org_rw/org_rw.py
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
|||
import re
|
||||
from typing import List, TypedDict
|
||||
|
||||
|
||||
class HeadlineDict(TypedDict):
|
||||
linenum: int
|
||||
orig: re.Match
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue