Compare commits
1 commit
60e3ef124b
...
3dc6213abb
Author | SHA1 | Date | |
---|---|---|---|
|
3dc6213abb |
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ PLANNING_RE = re.compile(
|
|||
r")+\s*"
|
||||
)
|
||||
LIST_ITEM_RE = re.compile(
|
||||
r"(?P<indentation>\s*)((?P<bullet>[*\-+])|((?P<counter>\d|[a-zA-Z])(?P<counter_sep>[.)]))) ((?P<checkbox_indentation>.*)\[(?P<checkbox_value>[ Xx])\])?((?P<tag_indentation>\s*)(?P<tag>.*?)::)?(?P<content>.*)"
|
||||
r"(?P<indentation>\s*)((?P<bullet>[*\-+])|((?P<counter>\d|[a-zA-Z])(?P<counter_sep>[.)]))) ((?P<checkbox_indentation>\s*)\[(?P<checkbox_value>[ Xx])\])?((?P<tag_indentation>\s*)(?P<tag>.*?)::)?(?P<content>.*)"
|
||||
)
|
||||
|
||||
# Org-Babel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue