emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* viewing task notes in agenda
@ 2010-01-07 18:34 Manish
  2010-01-08  7:37 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Manish @ 2010-01-07 18:34 UTC (permalink / raw)
  To: Org-Mode

is there a way to show the notes taken with `z' in agenda view (C-c
C-z in org file) in agenda log view?  I take small/quick notes about
the progress of a TODO with quick access to `z' key but the log mode
only shows the title of the TODO item in the log view.  The notes go
inside a LOGBOOK drawer and are not visible even when I activate
inactive time stamps with `[' key.  Is this be a viable feature
request?  Would others find it useful?  In case it's not, would it be
possible to just force open the LOGBOOK when follow-mode is `on' for
the inactive timestamped item?

Thank you
-- 
Manish

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

* Re: viewing task notes in agenda
  2010-01-07 18:34 viewing task notes in agenda Manish
@ 2010-01-08  7:37 ` Carsten Dominik
  2010-01-08 11:17   ` Manish
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2010-01-08  7:37 UTC (permalink / raw)
  To: Manish; +Cc: Org-Mode


On Jan 7, 2010, at 7:34 PM, Manish wrote:

> is there a way to show the notes taken with `z' in agenda view (C-c
> C-z in org file) in agenda log view?  I take small/quick notes about
> the progress of a TODO with quick access to `z' key but the log mode
> only shows the title of the TODO item in the log view.  The notes go
> inside a LOGBOOK drawer and are not visible even when I activate
> inactive time stamps with `[' key.  Is this be a viable feature
> request?  Would others find it useful?  In case it's not, would it be
> possible to just force open the LOGBOOK when follow-mode is `on' for
> the inactive timestamped item?

Hi Manish,

I am not sure I understand.  When I press `[', a new entry shows
up in the agenda, with the text the headline of that entry.
If I go to that line and press SPACE, I see the note.

What exactly would you have happen?

- Carsten

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

* Re: viewing task notes in agenda
  2010-01-08  7:37 ` Carsten Dominik
@ 2010-01-08 11:17   ` Manish
  2010-01-28 14:00     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Manish @ 2010-01-08 11:17 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org-Mode

On Fri, Jan 8, 2010 at 1:07 PM, Carsten Dominik wrote:
>
> On Jan 7, 2010, at 7:34 PM, Manish wrote:
>
>> is there a way to show the notes taken with `z' in agenda view (C-c
>> C-z in org file) in agenda log view?  I take small/quick notes about
>> the progress of a TODO with quick access to `z' key but the log mode
>> only shows the title of the TODO item in the log view.  The notes go
>> inside a LOGBOOK drawer and are not visible even when I activate
>> inactive time stamps with `[' key.  Is this be a viable feature
>> request?  Would others find it useful?  In case it's not, would it be
>> possible to just force open the LOGBOOK when follow-mode is `on' for
>> the inactive timestamped item?
>
> Hi Manish,
>
> I am not sure I understand.  When I press `[', a new entry shows
> up in the agenda, with the text the headline of that entry.
> If I go to that line and press SPACE, I see the note.
>
> What exactly would you have happen?

Currently when I enable inactive timestamps and press SPACE on the
entry in agenda, the LOGBOOK stays of the entry in other window stays
folded.  Repeated SPACE does cycle through various visibility states
but it never opens the LOGBOOK drawer.  I must be missing some
setting..

Ideally (may be as an option), I would love to see the first line of
the note itself instead of the entry headline (the context is anyways
available in the minibuffer, if needed.)  This will save from
switching attention between agenda and org file windows when reviewing
activities.

Regards
-- 
Manish

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

* Re: viewing task notes in agenda
  2010-01-08 11:17   ` Manish
@ 2010-01-28 14:00     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2010-01-28 14:00 UTC (permalink / raw)
  To: Manish; +Cc: Org-Mode

Hi Manish,

I have SPC in the agenda bound to org-agenda-show-and-scroll-up, and  
that does open the drawer.  Have you made a different binding?

- Carsten

On Jan 8, 2010, at 12:17 PM, Manish wrote:

> On Fri, Jan 8, 2010 at 1:07 PM, Carsten Dominik wrote:
>>
>> On Jan 7, 2010, at 7:34 PM, Manish wrote:
>>
>>> is there a way to show the notes taken with `z' in agenda view (C-c
>>> C-z in org file) in agenda log view?  I take small/quick notes about
>>> the progress of a TODO with quick access to `z' key but the log mode
>>> only shows the title of the TODO item in the log view.  The notes go
>>> inside a LOGBOOK drawer and are not visible even when I activate
>>> inactive time stamps with `[' key.  Is this be a viable feature
>>> request?  Would others find it useful?  In case it's not, would it  
>>> be
>>> possible to just force open the LOGBOOK when follow-mode is `on' for
>>> the inactive timestamped item?
>>
>> Hi Manish,
>>
>> I am not sure I understand.  When I press `[', a new entry shows
>> up in the agenda, with the text the headline of that entry.
>> If I go to that line and press SPACE, I see the note.
>>
>> What exactly would you have happen?
>
> Currently when I enable inactive timestamps and press SPACE on the
> entry in agenda, the LOGBOOK stays of the entry in other window stays
> folded.  Repeated SPACE does cycle through various visibility states
> but it never opens the LOGBOOK drawer.  I must be missing some
> setting..
>
> Ideally (may be as an option), I would love to see the first line of
> the note itself instead of the entry headline (the context is anyways
> available in the minibuffer, if needed.)  This will save from
> switching attention between agenda and org file windows when reviewing
> activities.
>
> Regards
> -- 
> Manish

- Carsten

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

end of thread, other threads:[~2010-01-28 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-07 18:34 viewing task notes in agenda Manish
2010-01-08  7:37 ` Carsten Dominik
2010-01-08 11:17   ` Manish
2010-01-28 14:00     ` 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).