emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Bastien <bastienguerry@googlemail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: ">>" -> "> " when selecting entries in the agenda view
Date: Tue, 8 Sep 2009 08:04:48 +0200	[thread overview]
Message-ID: <2778CAB7-6106-4EB6-96F7-F40CCF51820B@gmail.com> (raw)
In-Reply-To: <87ljkq2uy3.fsf@bzg.ath.cx>

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

  reply	other threads:[~2009-09-08  6:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-07 23:31 ">>" -> "> " when selecting entries in the agenda view Bastien
2009-09-08  6:04 ` Carsten Dominik [this message]
2009-09-08  3:13   ` Bastien

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=2778CAB7-6106-4EB6-96F7-F40CCF51820B@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=bastienguerry@googlemail.com \
    --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).