Re: [O] [feature request] More flexible repeats

2011-09-24 Thread John Wiegley
Dave Abrahams d...@boostpro.com writes: I have habits that I need to perform, e.g., every weekday, or four times a week. I don't see a way to express that. If I could schedule a task for +1.4d or +1.75d (respectively), I'd be happy. Habits aren't really for scheduling, they're for

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-24 Thread Eric Abrahamsen
Okay, here's an attempt at indicating nested todos in the todo agenda view. The more I futzed with comparing consecutive TODOs the hackier it seemed, so I went with something more fundamental. Right now I think this is a bigger solution than the problem warranted, but it might also open the way

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-24 Thread Eric Abrahamsen
On Sat, Sep 24 2011, Eric Abrahamsen wrote: Okay, here's an attempt at indicating nested todos in the todo agenda view. That might not have been the most useful way to attach the diff, sorry. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index b1fa5f5..417566d 100644 ---

Re: [O] [feature request] More flexible repeats

2011-09-24 Thread Dave Abrahams
on Sat Sep 24 2011, John Wiegley jwiegley-AT-gmail.com wrote: Dave Abrahams d...@boostpro.com writes: I have habits that I need to perform, e.g., every weekday, or four times a week. I don't see a way to express that. If I could schedule a task for +1.4d or +1.75d (respectively), I'd be

Re: [O] [feature request] More flexible repeats

2011-09-24 Thread Eric Abrahamsen
On Sat, Sep 24 2011, Dave Abrahams wrote: [...] I think the basic parts of such a language might be: - predicates, e.g. Mon,Wed,Fri; the first week of each month; the first tuesday of the month - periods, e.g. 1 month - repetitions, e.g. 5 times Looks like you're coming up on the

Re: [O] [feature request] More flexible repeats

2011-09-24 Thread Dave Abrahams
on Sat Sep 24 2011, Eric Abrahamsen eric-AT-ericabrahamsen.net wrote: On Sat, Sep 24 2011, Dave Abrahams wrote: [...] I think the basic parts of such a language might be: - predicates, e.g. Mon,Wed,Fri; the first week of each month; the first tuesday of the month - periods, e.g. 1

[O] Bug: [feature request] org-indirect-buffer-follow [7.7 (release_7.7.350.g9a179e)]

2011-09-24 Thread Dave Abrahams
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] org-enforce-todo-dependencies and mobile agendas

2011-09-24 Thread Henning Weiss
Hi, I'm using org-mobile-push to generate my mobile agendas file. Everything is working fine, except the org-enforce-todo-dependencies option. The output I obtain in my generated agendas.org file is same as I would see in my agenda without org-enforce-todo-dependencies set to t. As far as I

[O] [patch] (was: [feature request] org-indirect-buffer-follow [7.7 (release_7.7.350.g9a179e)])

2011-09-24 Thread Dave Abrahams
From 81ab272ab709c45e898831e5e019e02cfc6617fe Mon Sep 17 00:00:00 2001 From: Dave Abrahams d...@boostpro.com Date: Sat, 24 Sep 2011 15:21:53 -0400 Subject: [PATCH] Add indirect agenda follow mode By setting `org-agenda-follow-indirect' to a non-nil value, `org-agenda-follow-mode' will use an

Re: [O] [feature request] More flexible repeats

2011-09-24 Thread Michael Steeves
On 9/24/11 7:16 AM, John Wiegley wrote: Dave Abrahamsd...@boostpro.com writes: I have habits that I need to perform, e.g., every weekday, or four times a week. I don't see a way to express that. If I could schedule a task for +1.4d or +1.75d (respectively), I'd be happy. Habits aren't

Re: [O] [babel] BUG in :session

2011-09-24 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: Hi Eric Eric Schulte schulte.e...@gmail.com writes: Martyn Jago martyn.j...@btinternet.com writes: Hi Eric Eric Schulte schulte.e...@gmail.com writes: Hi Martyn, I've just pushed up what will hopefully be a more general solution.

Re: [O] [babel] BUG in :session

2011-09-24 Thread Eric Schulte
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Martyn and Eric, Martyn Jago wrote: Eric Schulte schulte.e...@gmail.com writes: Martyn Jago martyn.j...@btinternet.com writes: Eric Schulte schulte.e...@gmail.com writes: I've just pushed up what will hopefully be a more general

[O] Testing org-export-as-odt-and-open

2011-09-24 Thread Eric Belpaire
Hello I'm testing org-export-as-odt-and-open on Jambunathan's test.org file. I get error message Unable to create odt file (53). Is this caused by the fact that files are created in different directories? a) org-export-as-odt-and-open creates the file e:/User/home/pub_html/test.odt wheras b)

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-24 Thread Samuel Wales
Hi Eric, Looks like you put a lot of work into this. Some comments: On 2011-09-24, Eric Abrahamsen e...@ericabrahamsen.net wrote: along the way. One bonus is that each level of TODO subtrees gets sorted distinctly. My goal (which might be different from yours) is as stated in the subject

[O] shortcuts to hide nearest heading or sparse tree

2011-09-24 Thread Kevin Buchs
Reposting due to no replies: I have been studying extensively and have not found a quick way to hide the nearest heading (which contains point) as well as the entire sparse tree. I often have two or more sparse trees open as I go look for information elsewhere and then want to return to the place

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-24 Thread Eric Abrahamsen
On Sun, Sep 25 2011, Samuel Wales wrote: Hi Eric, Looks like you put a lot of work into this. Not that much work, in the end -- most of the effort was figuring out how the existing code works. Some comments: On 2011-09-24, Eric Abrahamsen e...@ericabrahamsen.net wrote: along the way. One

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-24 Thread Samuel Wales
On 2011-09-24, Eric Abrahamsen e...@ericabrahamsen.net wrote: into trees -- how you format what is wide open. To be honest I'm not sure how one would go about dimming a TODO (I don't think font properties support something like reduce the opacity of the current foreground color by 50%), but

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-24 Thread Eric Abrahamsen
On Sun, Sep 25 2011, Samuel Wales wrote: [...] My goal is simple: go through entries in the already-built agenda and dim anything that has a descendent in the same agenda. Hierarchical sorting is for the future. And it is undesirable if you do not have the horizontal real estate to