emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Giovanni Ridolfi <gio.rido@tiscali.it>
To: emacs-orgmode@gnu.org
Subject: [PATCH]: typo and wishlist bug
Date: Thu, 9 Aug 2007 16:20:03 +0200	[thread overview]
Message-ID: <20070809142002.GA6078@fastwebnet.it> (raw)

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

                 reply	other threads:[~2007-08-09 14:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070809142002.GA6078@fastwebnet.it \
    --to=gio.rido@tiscali.it \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).