--- org.el 2007-07-20 13:41:05.000000000 +0000 +++ org.el 2007-08-09 13:10:01.000000000 +0000 @@ -16184,7 +16184,7 @@ m Call `org-tags-view' to display headlines with tags matching a condition (the user is prompted for the condition). M Like `m', but select only TODO entries, no ordinary headlines. -l Create a timeline for the current buffer. +L Create a timeline for the current buffer. e Export views to associated files. More commands can be added by configuring the variable @@ -21245,11 +21245,6 @@ (and par (insert "

\n"))) (throw 'nextline nil)) - ;; Horizontal line - (when (string-match "^[ \t]*-\\{5,\\}[ \t]*$" line) - (insert "\n


\n") - (throw 'nextline nil)) - ;; make targets to anchors (while (string-match "<<]*\\)>>>?\\((INVISIBLE)\\)?[ \t]*\n?" line) (cond