* Logging properties, values in notes on TODO state change for column view usage?
@ 2012-11-14 16:07 'Mash (Thomas Herbert)
0 siblings, 0 replies; 3+ messages in thread
From: 'Mash (Thomas Herbert) @ 2012-11-14 16:07 UTC (permalink / raw)
To: Emacs Org
Wondered if anyone had any thoughts about this?
I am trying to utilise the LOGBOOK and I think column view is the way
to go.
Many thanks,
'Mash
> From: "'Mash (Thomas Herbert)" <mashdot@toshine.net>
> Date: Mon, 29 Oct 2012 16:39:57 +0000
> To: emacs-orgmode@gnu.org
> Subject: Logging properties, values in notes on TODO state change for column view usage?
>
> I have been looking at trying to track training performance with
> org-mode.
>
> I currently just set a reoccurring schedule with note logging on
> state change, but wondered if there was a way to log values within
> this :LOGBOOK: logs?
>
> It is not a lot of effort to simply type in ":abc: 5", etc in the note
> window. The idea being it would be nice to use column view to collect
> these various logged values.
>
> ----
> ** TODO Training
> :LOGBOOK:
> - State "DONE" [2012-10-29 Mon 16:26] \\
> :abc: 5
> :xyz: 9
> - State "DONE" [2012-10-30 Tue 16:25] \\
> :abc: 6
> :xyz: 8
> :PROPERTIES:
> :LAST_REPEAT: [2012-10-30 Tue 16:26]
> :COLUMNS: %25ITEM %10abc %10xyz
> :END:
> <2012-10-29 Mon +1d>
> ----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Logging properties, values in notes on TODO state change for column view usage?
@ 2012-10-29 16:39 'Mash (Thomas Herbert)
2012-12-24 8:56 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: 'Mash (Thomas Herbert) @ 2012-10-29 16:39 UTC (permalink / raw)
To: emacs-orgmode
I have been looking at trying to track training performance with
org-mode.
I currently just set a reoccurring schedule with note logging on
state change, but wondered if there was a way to log values within
this :LOGBOOK: logs?
It is not a lot of effort to simply type in ":abc: 5", etc in the note
window. The idea being it would be nice to use column view to collect
these various logged values.
----
** TODO Training
:LOGBOOK:
- State "DONE" [2012-10-29 Mon 16:26] \\
:abc: 5
:xyz: 9
- State "DONE" [2012-10-30 Tue 16:25] \\
:abc: 6
:xyz: 8
:PROPERTIES:
:LAST_REPEAT: [2012-10-30 Tue 16:26]
:COLUMNS: %25ITEM %10abc %10xyz
:END:
<2012-10-29 Mon +1d>
----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Logging properties, values in notes on TODO state change for column view usage?
2012-10-29 16:39 'Mash (Thomas Herbert)
@ 2012-12-24 8:56 ` Bastien
0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2012-12-24 8:56 UTC (permalink / raw)
To: 'Mash (Thomas Herbert); +Cc: emacs-orgmode
Hi Thomas,
"'Mash (Thomas Herbert)" <mashdot@toshine.net> writes:
> I have been looking at trying to track training performance with
> org-mode.
>
> I currently just set a reoccurring schedule with note logging on
> state change, but wondered if there was a way to log values within
> this :LOGBOOK: logs?
Nope, you need to store stuff like ":abc: 5" in the PROPERTIES drawer,
not in the LOGBOOK drawer.
> It is not a lot of effort to simply type in ":abc: 5", etc in the note
> window. The idea being it would be nice to use column view to collect
> these various logged values.
Perhaps you can use `org-after-todo-state-change-hook' to store new
values for abc and xyz as new properties (see `org-set-property') or
new variables (with a :VAR: property). But you'd lose the history
of their values. This is the only thing I can think of right now.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-24 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 16:07 Logging properties, values in notes on TODO state change for column view usage? 'Mash (Thomas Herbert)
-- strict thread matches above, loose matches on Subject: below --
2012-10-29 16:39 'Mash (Thomas Herbert)
2012-12-24 8:56 ` 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).