emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] ">>" -> "> " when selecting entries in the agenda view


From: Carsten Dominik
Subject: Re: [Orgmode] ">>" -> "> " when selecting entries in the agenda view
Date: Tue, 8 Sep 2009 08:04:48 +0200

Hi Bastien,

please go ahead an apply this patch.

- Carsten

On Sep 8, 2009, at 1:31 AM, Bastien wrote:

Hi Carsten and all,

when selecting entries in the agenda view, I find the ">>" prefix a
bit heavy.  I would like to replace it with a simple "> ".

Objections?  Other suggestions?

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 60cb113..04b5514 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6559,7 +6559,7 @@ This is a command that has to be installed in `calendar-mode-map'."
      (unless m (error "Nothing to mark at point"))
      (push m org-agenda-bulk-marked-entries)
      (setq ov (org-make-overlay (point-at-bol) (+ 2 (point-at-bol))))
-      (org-overlay-display ov ">>"
+      (org-overlay-display ov "> "
                           (org-get-todo-face "TODO")
                           'evaporate)
      (org-overlay-put ov 'type 'org-marked-entry-overlay))

--
Bastien
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]