Re: [O] How to enhance the agenda output if soome info is only in the parent entry?

2014-12-08 Thread Marcin Borkowski

On 2014-12-08, at 04:39, Eric Abrahamsen wrote:

 If you set `org-agenda-show-outline-path' to t, it will show you the
 full path to the TODO in the message line as you move the cursor around.
 You still have to move on to it to see the path, but usually for me
 that's good enough.

Interesting!  I checked it out - works nicely, thanks!  As usual, Org
has me covered...  BTW, `t' is the default setting for that anyway.

 E

Thanks,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



Re: [O] How to enhance the agenda output if soome info is only in the parent entry?

2014-12-07 Thread Kyle Meyer
Marcin Borkowski mb...@wmi.amu.edu.pl wrote:
[...]
 * Some person
 ** Some action to be done
 (concerning some_person)
 timestamp

 * Some other person
 ** Some action to be done
 (concerning some_other_person)
 timestamp

 Now, my (pretty much default) agenda shows only the Some action to be
 done, which is kind of misleading in this case.

 What do I do about this?  I accept the possibility that my workflow
 (i.e., structure of Org entries) is broken - then, how to fix it?

What about assigning categories?

* Some person
  :PROPERTIES:
  :CATEGORY: some person
  :END:
** Some action to be done
   DEADLINE: 2014-12-08 Mon

* Some other person
  :PROPERTIES:
  :CATEGORY: some other person
  :END:
** Some action to be done
   DEADLINE: 2014-12-08 Mon

--
Kyle



Re: [O] How to enhance the agenda output if soome info is only in the parent entry?

2014-12-07 Thread Marcin Borkowski

On 2014-12-07, at 22:37, Kyle Meyer wrote:

 What about assigning categories?

Thanks a lot!  I found it in the manual right after sending my email:-(.

It still violates DRY, but I guess it's the best I can come up with; I
think I'll use it (even though I don't really like it - I prefer my
categories to be /very/ broad, corresponding to /files/ - think
research, personal, teaching etc.  It's just a habit of mine,
though, and I allow myself to change these from time to time;-).

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



Re: [O] How to enhance the agenda output if soome info is only in the parent entry?

2014-12-07 Thread Kyle Meyer
Marcin Borkowski mb...@wmi.amu.edu.pl wrote:
 On 2014-12-07, at 22:37, Kyle Meyer wrote:

 What about assigning categories?

 Thanks a lot!  I found it in the manual right after sending my email:-(.

 It still violates DRY, but I guess it's the best I can come up with; I
 think I'll use it

True.  For a handful of cases, this seems like an ok approach to
distinguish tasks from different subtrees, but it would get tedious if
that pattern occurs frequently across your agenda.

 (even though I don't really like it - I prefer my
 categories to be /very/ broad, corresponding to /files/ - think
 research, personal, teaching etc.  It's just a habit of mine,
 though, and I allow myself to change these from time to time;-).

Yes, I prefer broad categories too, so that makes sense to me.

--
Kyle



Re: [O] How to enhance the agenda output if soome info is only in the parent entry?

2014-12-07 Thread Eric Abrahamsen
Marcin Borkowski mb...@wmi.amu.edu.pl writes:

 On 2014-12-07, at 22:37, Kyle Meyer wrote:

 What about assigning categories?

 Thanks a lot!  I found it in the manual right after sending my email:-(.

 It still violates DRY, but I guess it's the best I can come up with; I
 think I'll use it (even though I don't really like it - I prefer my
 categories to be /very/ broad, corresponding to /files/ - think
 research, personal, teaching etc.  It's just a habit of mine,
 though, and I allow myself to change these from time to time;-).

 Best,

If you set `org-agenda-show-outline-path' to t, it will show you the
full path to the TODO in the message line as you move the cursor around.
You still have to move on to it to see the path, but usually for me
that's good enough.

E