emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Bastien
Subject: [Orgmode] ">>" -> "> " when selecting entries in the agenda view
Date: Tue, 08 Sep 2009 07:31:32 +0800
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

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

reply via email to

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