emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ">>" -> "> " when selecting entries in the agenda view
@ 2009-09-07 23:31 Bastien
  2009-09-08  6:04 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2009-09-07 23:31 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

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?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: org-agenda.el.patch --]
[-- Type: text/x-diff, Size: 581 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 14 bytes --]


-- 
 Bastien

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: ">>" -> "> " when selecting entries in the agenda view
  2009-09-08  6:04 ` Carsten Dominik
@ 2009-09-08  3:13   ` Bastien
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2009-09-08  3:13 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> please go ahead an apply this patch.

Done!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ">>" -> "> " when selecting entries in the agenda view
  2009-09-07 23:31 ">>" -> "> " when selecting entries in the agenda view Bastien
@ 2009-09-08  6:04 ` Carsten Dominik
  2009-09-08  3:13   ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2009-09-08  6:04 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-08  9:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-07 23:31 ">>" -> "> " when selecting entries in the agenda view Bastien
2009-09-08  6:04 ` Carsten Dominik
2009-09-08  3:13   ` Bastien

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).