This is useful for Org mode; while Org itself is happy enough with `*' as
a marker, the LaTeX exporter doesn't recognize it, so I'll use `+'
instead.
(defvar mdw-hanging-indents
(concat "\\(\\("
(defvar mdw-hanging-indents
(concat "\\(\\("
- "\\([*o]\\|-[-#]?\\|[0-9]+\\.\\|\\[[0-9]+\\]\\|([a-zA-Z])\\)"
+ "\\([*o+]\\|-[-#]?\\|[0-9]+\\.\\|\\[[0-9]+\\]\\|([a-zA-Z])\\)"
"[ \t]+"
"\\)?\\)")
"*Standard regexp matching parts of a hanging indent.
"[ \t]+"
"\\)?\\)")
"*Standard regexp matching parts of a hanging indent.