Hello, Crasten, everybody,
I found a typo in org.el v5.04 "l" instead of "L"
for creating a timeline for the current buffer
(see the patch file).
Then I ask you to remove the feature (I asked you to add
!-): the five "-----" that are exported in HTML as <hr>
(see the patch file).
Well, I think that such feature is superfluous in org-mode,
since it adds a further check on the lines when
there are better and cleaner ways to achieve the
same result, i.e. @<hr> or a suitable css instruction.
Giovanni
--
Giovanni Ridolfi
--- 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 "<p>\n")))
(throw 'nextline nil))
- ;; Horizontal line
- (when (string-match "^[ \t]*-\\{5,\\}[ \t]*$" line)
- (insert "\n<hr/>\n")
- (throw 'nextline nil))
-
;; make targets to anchors
(while (string-match "<<<?\\([^<>]*\\)>>>?\\((INVISIBLE)\\)?[
\t]*\n?" line)
(cond
_______________________________________________
Emacs-orgmode mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode