* Viewing notes in agenda log mode @ 2013-08-07 14:43 Manish 2013-08-07 17:13 ` Samuel Wales 0 siblings, 1 reply; 4+ messages in thread From: Manish @ 2013-08-07 14:43 UTC (permalink / raw) To: Org-Mode [-- Attachment #1: Type: text/plain, Size: 282 bytes --] I like to take notes with "z" in agenda mode logging progress of tasks as I move through the day. Is it possible today to enable viewing these notes (first line only) when log mode is turned on the agenda mode the way todo state changes or clock lines are shown? Cheers! --Manish [-- Attachment #2: Type: text/html, Size: 355 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Viewing notes in agenda log mode 2013-08-07 14:43 Viewing notes in agenda log mode Manish @ 2013-08-07 17:13 ` Samuel Wales 2013-08-13 22:32 ` Manish 0 siblings, 1 reply; 4+ messages in thread From: Samuel Wales @ 2013-08-07 17:13 UTC (permalink / raw) To: Manish; +Cc: Org-Mode Hi Manish, Not sure if you mean showing them as if they were the headline? [ or ] will show the headline (not the note itself) temporarily. E will show a few of the first lines, but does not seem to work for notes. I do this to make it permanent: (setq org-agenda-include-inactive-timestamps t) However, it is a defvar not a defcustom, it might exclude the timestamp in the closed entry, and there is no built-in way to turn it (and only it) off that I know of. Turning this into an agenda log mode item would be an interesting solution. IMO there are several other interesting possibilities that can be considered at the same time, such as a new face for these lines, making E show the matching lines for text search, making log mode item types be treated as tags, etc. Not sure if any of that helped at all. I guess you want E to work for these lines? Samuel On 8/7/13, Manish <mailtomanish.sharma@gmail.com> wrote: > I like to take notes with "z" in agenda mode logging progress of tasks as I > move through the day. Is it possible today to enable viewing these notes > (first line only) when log mode is turned on the agenda mode the way todo > state changes or clock lines are shown? > > Cheers! > --Manish > -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free Karina Hansen NOW. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Viewing notes in agenda log mode 2013-08-07 17:13 ` Samuel Wales @ 2013-08-13 22:32 ` Manish 2013-08-22 16:55 ` Bernt Hansen 0 siblings, 1 reply; 4+ messages in thread From: Manish @ 2013-08-13 22:32 UTC (permalink / raw) To: Samuel Wales; +Cc: Org-Mode [-- Attachment #1: Type: text/plain, Size: 3909 bytes --] > On 8/7/13, Manish wrote: > > I like to take notes with "z" in agenda mode logging progress of > > tasks as I move through the day. Is it possible today to enable > > viewing these notes (first line only) when log mode is turned on > > the agenda mode the way todo state changes or clock lines are > > shown? > > On Wed, Aug 7, 2013 at 1:13 PM, Samuel Wales wrote: > Hi Manish, > > Not sure if you mean showing them as if they were the headline? > Probably I should I have attempted to make a visual example with the original post. Following agenda has two extra lines (#4 and #14) that kind of shows what I have in mind. This would allw me to take notes as I go in various tasks and when log mode is enabled, I will not see just when the task states changes happened and when the specific tasks were clocked but also when specific notes were taken. In case the note is long, we could display first line or a certain number of characters. I think this adds to the end of day review/recollection/reconstruction after the fact. Does it make sense? Wednesday x December 20xx xxx 0:55...... State: (DONE) TODO GIS sync up meeting with Rob and Jeff :GIS:@office:: xxx 21:34...... State: (WAITING) WAITING Confirm transfers executed - Merlin :aws:@office:WORK::WAITING: xxx 21:34...... State: (TODO) WAITING Confirm transfers executed - Merlin :aws:@office:WORK::WAITING: >>xxx 21:34...... Note: (NOTE) THIS IS A NOTE THAT WAS NEVER TAKEN :-) :aws:@office:WORK::WAITING: xxxx: 21:35...... State: (TODO) TODO xxxx :certs:WORK:: xxxx: 21:37...... State: (DONE) TODO sale and share :delhi:PERSONAL:: xxxx: 21:39...... Closed: CANCELLED Confirm if it actually transferred :delhi:PERSONAL::CANCELLED: xxxx: 21:39...... State: (CANCELLED) CANCELLED Confirm if it happened :delhi:PERSONAL::CANCELLED: xxxx: 21:40...... State: (TODO) TODO Sale and share :delhi:PERSONAL:: xxxxxx: 21:41...... Closed: DONE London, UK :lucknow:PERSONAL:SOMEDAY:: xxxxxx: 21:41...... State: (DONE) DONE London, UK :lucknow:PERSONAL:SOMEDAY:: xxxxxx: 21:41...... Closed: DONE Day out at Vizag :lucknow:PERSONAL:SOMEDAY:: xxxxxx: 21:41...... State: (DONE) DONE Day out at Vizag :lucknow:PERSONAL:SOMEDAY:: >>xxxxxxxx: 21:44...... Note: (NOTE) WHY IS IT SO HARD TO FIND GOOD PEOPLE! :DG:@office::WAITING: xxxxxxxx: 21:44...... State: (WAITING) WAITING New Hires for DG at acceptable cost. :DG:@office::WAITING: xxx: 21:45...... Closed: DONE Make list for DEL and LKO :home: xxx: 21:45...... State: (DONE) DONE Make list for DEL and LKO :home: xxx: 21:46...... Closed: CANCELLED Collect the security amount :home::call:CANCELLED: > [ or ] will show the headline (not the note itself) temporarily. > > E will show a few of the first lines, but does not seem to work > for notes. > > I do this to make it permanent: > > (setq org-agenda-include-inactive-timestamps t) > > However, it is a defvar not a defcustom, it might exclude the > timestamp in the closed entry, and there is no built-in way to > turn it (and only it) off that I know of. Turning this into an > agenda log mode item would be an interesting solution. > > IMO there are several other interesting possibilities that can be > considered at the same time, such as a new face for these lines, > making E show the matching lines for text search, making log mode > item types be treated as tags, etc. > > Not sure if any of that helped at all. I guess you want E to work > for these lines? E helps when one is in execution/working mode however I am focusing more on post execution/review mode. Cheers! --Manish [-- Attachment #2: Type: text/html, Size: 8523 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Viewing notes in agenda log mode 2013-08-13 22:32 ` Manish @ 2013-08-22 16:55 ` Bernt Hansen 0 siblings, 0 replies; 4+ messages in thread From: Bernt Hansen @ 2013-08-22 16:55 UTC (permalink / raw) To: Manish; +Cc: Org-Mode Manish <mailtomanish.sharma@gmail.com> writes: > > On 8/7/13, Manish wrote: > > > I like to take notes with "z" in agenda mode logging progress of > > > tasks as I move through the day. Is it possible today to enable > > > viewing these notes (first line only) when log mode is turned on > > > the agenda mode the way todo state changes or clock lines are > > > shown? > > > > On Wed, Aug 7, 2013 at 1:13 PM, Samuel Wales wrote: > > Hi Manish, > > > > Not sure if you mean showing them as if they were the headline? > > > > Probably I should I have attempted to make a visual example with the > original post. Following agenda has two extra lines (#4 and #14) that > kind of shows what I have in mind. This would allw me to take notes > as I go in various tasks and when log mode is enabled, I will not see > just when the task states changes happened and when the specific tasks > were clocked but also when specific notes were taken. In case the > note is long, we could display first line or a certain number of > characters. I think this adds to the end of day > review/recollection/reconstruction after the fact. Does it make > sense? > > Wednesday x December 20xx > xxx 0:55...... State: (DONE) TODO GIS sync up meeting with Rob and Jeff :GIS:@office:: > xxx 21:34...... State: (WAITING) WAITING Confirm transfers executed - Merlin :aws:@office:WORK::WAITING: > xxx 21:34...... State: (TODO) WAITING Confirm transfers executed - Merlin :aws:@office:WORK::WAITING: >>>xxx 21:34...... Note: (NOTE) THIS IS A NOTE THAT WAS NEVER TAKEN :-) :aws:@office:WORK::WAITING: > xxxx: 21:35...... State: (TODO) TODO xxxx :certs:WORK:: > xxxx: 21:37...... State: (DONE) TODO sale and share :delhi:PERSONAL:: > xxxx: 21:39...... Closed: CANCELLED Confirm if it actually transferred :delhi:PERSONAL::CANCELLED: > xxxx: 21:39...... State: (CANCELLED) CANCELLED Confirm if it happened :delhi:PERSONAL::CANCELLED: > xxxx: 21:40...... State: (TODO) TODO Sale and share :delhi:PERSONAL:: > xxxxxx: 21:41...... Closed: DONE London, UK :lucknow:PERSONAL:SOMEDAY:: > xxxxxx: 21:41...... State: (DONE) DONE London, UK :lucknow:PERSONAL:SOMEDAY:: > xxxxxx: 21:41...... Closed: DONE Day out at Vizag :lucknow:PERSONAL:SOMEDAY:: > xxxxxx: 21:41...... State: (DONE) DONE Day out at Vizag :lucknow:PERSONAL:SOMEDAY:: >>>xxxxxxxx: 21:44...... Note: (NOTE) WHY IS IT SO HARD TO FIND GOOD PEOPLE! :DG:@office::WAITING: > xxxxxxxx: 21:44...... State: (WAITING) WAITING New Hires for DG at acceptable cost. :DG:@office::WAITING: > xxx: 21:45...... Closed: DONE Make list for DEL and LKO :home: > xxx: 21:45...... State: (DONE) DONE Make list for DEL and LKO :home: > xxx: 21:46...... Closed: CANCELLED Collect the security amount :home::call:CANCELLED: Hi Manish, Try [ in the agenda. Regards, Bernt ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-22 16:56 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-08-07 14:43 Viewing notes in agenda log mode Manish 2013-08-07 17:13 ` Samuel Wales 2013-08-13 22:32 ` Manish 2013-08-22 16:55 ` Bernt Hansen
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).