From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: [PATCH]: typo and wishlist bug Date: Thu, 9 Aug 2007 16:20:03 +0200 Message-ID: <20070809142002.GA6078@fastwebnet.it> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Nq2Wo0NMKNjxTN9z" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJ8pC-0003S6-JC for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 10:17:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJ8pA-0003Ru-Px for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 10:17:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJ8pA-0003Rr-LC for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 10:17:16 -0400 Received: from aa011msr.fastwebnet.it ([85.18.95.71]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJ8pA-0003wl-30 for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 10:17:16 -0400 Received: from localhost (37.254.28.138) by aa011msr.fastwebnet.it (7.3.118.6) id 46A4976D00C7ECFC for emacs-orgmode@gnu.org; Thu, 9 Aug 2007 16:17:09 +0200 Received: from giovanni by localhost with local (Exim 4.67) (envelope-from ) id 1IJ8rr-0001mP-5W for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 16:20:03 +0200 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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
(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. @
or a suitable css instruction. Giovanni -- Giovanni Ridolfi --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- 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 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Nq2Wo0NMKNjxTN9z--