emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Niceties when moving in the Agenda
@ 2012-01-30 13:41 François Pinard
  2012-01-30 15:28 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: François Pinard @ 2012-01-30 13:41 UTC (permalink / raw)
  To: emacs-orgmode

Hi, Org mode people.

How nice!  I never observed this before.  When I'm moving the cursor up
or down within the *Org Agenda* buffer, the mini-buffer cleverly
comments on the current entry, giving it context.

Maybe I stumbled on the keyboard and activated something without
noticing it?  If a recent modification -- or even if an old one! :-) --
congratulations and thanks to those having thought or implemented it.

François

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

* Re: Niceties when moving in the Agenda
  2012-01-30 13:41 Niceties when moving in the Agenda François Pinard
@ 2012-01-30 15:28 ` Carsten Dominik
  2012-01-30 15:30   ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2012-01-30 15:28 UTC (permalink / raw)
  To: François Pinard; +Cc: emacs-orgmode

Hi Francois,

This is governed by the variable `org-agenda-show-outline-path',
which has been in Org for a long time and defaults to t.

- Carsten

On Jan 30, 2012, at 2:41 PM, François Pinard wrote:

> Hi, Org mode people.
> 
> How nice!  I never observed this before.  When I'm moving the cursor up
> or down within the *Org Agenda* buffer, the mini-buffer cleverly
> comments on the current entry, giving it context.
> 
> Maybe I stumbled on the keyboard and activated something without
> noticing it?  If a recent modification -- or even if an old one! :-) --
> congratulations and thanks to those having thought or implemented it.
> 
> François
> 

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

* Re: Niceties when moving in the Agenda
  2012-01-30 15:28 ` Carsten Dominik
@ 2012-01-30 15:30   ` Carsten Dominik
  2012-01-30 17:53     ` François Pinard
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2012-01-30 15:30 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: François Pinard, emacs-orgmode


On Jan 30, 2012, at 4:28 PM, Carsten Dominik wrote:

> Hi Francois,
> 
> This is governed by the variable `org-agenda-show-outline-path',

Since November 2009, actually:

$ git log -S'org-agenda-show-outline-path'

gives

commit 63fb485e2449e8ee23bee04c76dcb71cce4c0b61
Author: Carsten Dominik <carsten.dominik@gmail.com>
Date:   Fri Nov 13 14:48:00 2009 +0100

    Implement showing the outline path in the echo area while in the agenda


- Carsten

> which has been in Org for a long time and defaults to t.
> 
> - Carsten
> 
> On Jan 30, 2012, at 2:41 PM, François Pinard wrote:
> 
>> Hi, Org mode people.
>> 
>> How nice!  I never observed this before.  When I'm moving the cursor up
>> or down within the *Org Agenda* buffer, the mini-buffer cleverly
>> comments on the current entry, giving it context.
>> 
>> Maybe I stumbled on the keyboard and activated something without
>> noticing it?  If a recent modification -- or even if an old one! :-) --
>> congratulations and thanks to those having thought or implemented it.
>> 
>> François
>> 
> 
> 
> 
> 

- Carsten

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

* Re: Niceties when moving in the Agenda
  2012-01-30 15:30   ` Carsten Dominik
@ 2012-01-30 17:53     ` François Pinard
  2012-01-30 19:04       ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: François Pinard @ 2012-01-30 17:53 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

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

> On Jan 30, 2012, at 4:28 PM, Carsten Dominik wrote:

> commit 63fb485e2449e8ee23bee04c76dcb71cce4c0b61
> Author: Carsten Dominik <carsten.dominik@gmail.com>
> Date:   Fri Nov 13 14:48:00 2009 +0100

>     Implement showing the outline path in the echo area while in the agenda

My optician keeps sending letters inviting me to renew my glasses, and
since I do not feel the need, I merely think he wants more money!  They
all do...  Maybe I'm half-blind and do not know it ? :-)

In any case, now that I noticed it, I much appreciate it.  Thanks again!

François

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

* Re: Niceties when moving in the Agenda
  2012-01-30 17:53     ` François Pinard
@ 2012-01-30 19:04       ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2012-01-30 19:04 UTC (permalink / raw)
  To: François Pinard; +Cc: emacs-orgmode


On 30.1.2012, at 18:53, François Pinard wrote:

> Carsten Dominik <carsten.dominik@gmail.com> writes:
> 
>> On Jan 30, 2012, at 4:28 PM, Carsten Dominik wrote:
> 
>> commit 63fb485e2449e8ee23bee04c76dcb71cce4c0b61
>> Author: Carsten Dominik <carsten.dominik@gmail.com>
>> Date:   Fri Nov 13 14:48:00 2009 +0100
> 
>>    Implement showing the outline path in the echo area while in the agenda
> 
> My optician keeps sending letters inviting me to renew my glasses, and
> since I do not feel the need, I merely think he wants more money!  They
> all do...  Maybe I'm half-blind and do not know it ? :-)

:)

> 
> In any case, now that I noticed it, I much appreciate it.  Thanks again!

You're of course welcome.

- Carsten

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

end of thread, other threads:[~2012-01-30 19:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-30 13:41 Niceties when moving in the Agenda François Pinard
2012-01-30 15:28 ` Carsten Dominik
2012-01-30 15:30   ` Carsten Dominik
2012-01-30 17:53     ` François Pinard
2012-01-30 19:04       ` Carsten Dominik

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