0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 23:46:28 +00:00

Bugfix: org-list-beginning-re should not use * for list items.

This commit is contained in:
Bastien Guerry 2009-07-24 03:38:26 +02:00
parent 68b65e8f48
commit a2d230bdb8
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-07-24 Bastien Guerry <bzg@altern.org>
* org-list.el (org-list-beginning-re): Bugfix: don't use * when
trying to find the beginning of a list.
* org-exp.el (org-get-file-contents): Use a new argument: markup.
When present, tell org-get-file-contents not to protect org-like
lines.

View file

@ -159,7 +159,7 @@ When the indentation would be larger than this, it will become
:type 'integer)
(defvar org-list-beginning-re
"^\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) +\\(.*\\)$")
"^\\([ \t]*\\)\\([-+]\\|[0-9]+[.)]\\) +\\(.*\\)$")
(defcustom org-list-radio-list-templates
'((latex-mode "% BEGIN RECEIVE ORGLST %n