summaryrefslogtreecommitdiff
path: root/lisp/org
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2011-08-15 16:34:17 +0200
committerBastien Guerry <bastien1@free.fr>2011-08-15 16:34:17 +0200
commitd99aebc0c3eb25a9624de606f2b3d7ce26d78de9 (patch)
tree523edbf83d8a015bb3d6ee8e5e516ea1a8bbf3ec /lisp/org
parentd4423e17eed4b524cd713ea02312509ef5b8d338 (diff)
downloademacs-d99aebc0c3eb25a9624de606f2b3d7ce26d78de9.tar.gz
lisp/org/ChangeLog: Fix the ChangeLog entry of Ethan Ligon.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 59207bad737..98c6e0c27a5 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -2279,8 +2279,12 @@
2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
- * org-docbook.el (org-export-docbook-list-line): Fix for html &
- docbook export of description list items.
+ * lisp/org-html.el (org-html-export-list-line): Fix regexp for
+ detecting description lists to allow "::" marker to be last
+ visible element at end of line.
+ * lisp/org-docbook.el (org-docbook-export-list-line): Fix regexp
+ for detecting description lists to allow "::" marker to be last
+ visible element at end of line.
2011-07-28 Julien Danjou <julien@danjou.info>