Re: [O] org-habit config tinypatch

2012-09-19 Thread Bastien
Hi Robert, Robert Horn rjh...@alum.mit.edu writes: As a naive user of customize I would expect that going to the org-habit group would automatically trigger applying the org-habit customizations. It triggers the org-habit customizations as set from org-habit.el through all the defcustoms,

Re: [O] org-habit config tinypatch

2012-09-18 Thread Robert Horn
I found the issue, and it's a more subtle one. I've set a bug to emacs list in case they think it's a documentation or fixable bug. What happens is this: - The custom value setting for org options do not take effect until *after* the relevant lisp code has been executed once. This means:

[O] org-habit config tinypatch

2012-09-17 Thread Robert Horn
This patch fixes my problem, but indicates that there is a startup sequencing issue that may also affect other parts of org. First the patch --- org-agenda.el~ 2012-09-12 21:24:27.0 -0400 +++ org-agenda.el 2012-09-17 06:02:45.0 -0400 @@ -90,7 +90,7 @@ (defvar

Re: [O] org-habit config tinypatch

2012-09-17 Thread Bastien
Hi Robert, Robert Horn rjh...@alum.mit.edu writes: This patch fixes my problem, but indicates that there is a startup sequencing issue that may also affect other parts of org. First the patch --- org-agenda.el~2012-09-12 21:24:27.0 -0400 +++ org-agenda.el 2012-09-17