diff --git a/eorg/const.py b/eorg/const.py index 4bc1b61..0114e73 100755 --- a/eorg/const.py +++ b/eorg/const.py @@ -40,7 +40,7 @@ t_NAME = r"^\#\+NAME:" # t_IMG = r"^\[\[(\w|\.|-|_|/)+\]\]$" t_IMG = r"^\[\[" t_IMG_END = r"\]\]" -t_RESULTS_END = r"^\:..*" +t_RESULTS_END = r"^\s*$" t_END_LABELS = r"^(?!\[|\#).*" t_BULLET_START = r"^\s*[\+|\-|0-9\.]" t_BULLET_END = r"^\s*(?![\+|\-|0-9]).*$"