From baa83cc1893dc46446db6ca6820d43e25922b241 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Sat, 9 Jul 2011 01:45:46 +0530 Subject: [PATCH] org-lparse: Bring over commit 934aae88 * contrib/lisp/org-lparse.el (org-lparse-export-list-line): Bring over org-html.el specific changes of commit 934aae88. --- contrib/lisp/org-lparse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-lparse.el b/contrib/lisp/org-lparse.el index 29785b0f5..700365c8f 100755 --- a/contrib/lisp/org-lparse.el +++ b/contrib/lisp/org-lparse.el @@ -1530,7 +1530,7 @@ the alist of previous items." ((assq pos struct) (string-match (concat "[ \t]*\\(\\S-+[ \t]*\\)" - "\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\]\\)?" + "\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][ \t]*\\)?" "\\(?:\\(\\[[ X-]\\]\\)[ \t]+\\)?" "\\(?:\\(.*\\)[ \t]+::[ \t]+\\)?" "\\(.*\\)") line)