From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ">>" -> "> " when selecting entries in the agenda view Date: Tue, 8 Sep 2009 08:04:48 +0200 Message-ID: <2778CAB7-6106-4EB6-96F7-F40CCF51820B@gmail.com> References: <87ljkq2uy3.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mktr1-0005Vw-6J for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:06:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mktqv-0005VX-Ru for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:06:58 -0400 Received: from [199.232.76.173] (port=41920 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mktqv-0005VU-Hi for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:06:53 -0400 Received: from mail-bw0-f220.google.com ([209.85.218.220]:45354) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mktqv-0002vQ-1T for emacs-orgmode@gnu.org; Tue, 08 Sep 2009 02:06:53 -0400 Received: by bwz20 with SMTP id 20so330876bwz.42 for ; Mon, 07 Sep 2009 23:06:51 -0700 (PDT) In-Reply-To: <87ljkq2uy3.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode