emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH]: typo and wishlist bug
@ 2007-08-09 14:20 Giovanni Ridolfi
  0 siblings, 0 replies; only message in thread
From: Giovanni Ridolfi @ 2007-08-09 14:20 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

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

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 868 bytes --]

--- 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

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-09 14:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-09 14:20 [PATCH]: typo and wishlist bug Giovanni Ridolfi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).