Re: [O] sticky agenda and clock persistence interaction

2012-09-21 Thread Bastien
Achim Gratz writes: > Brian van den Broek writes: >> (setq org-agenda-sticky t) > > That's a defcustom and you should not try to setq it unless you really > know when and how defcustom does its thing (I don't). What's wrong with setq'ing a variable defined with defcustom? AFAIK that's the usual

Re: [O] sticky agenda and clock persistence interaction

2012-09-21 Thread Achim Gratz
Brian van den Broek writes: > (setq org-agenda-sticky t) That's a defcustom and you should not try to setq it unless you really know when and how defcustom does its thing (I don't). Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldor

Re: [O] sticky agenda and clock persistence interaction

2012-09-21 Thread Bastien
Hi Brian, Can you compare the output of C-h f org-agenda RET when you start Emacs normally and when you start emacs -Q? I suspect you're another victim of a ghost install... -- Bastien

Re: [O] sticky agenda and clock persistence interaction

2012-09-21 Thread Brian van den Broek
On 21 September 2012 09:37, Bastien wrote: > Hi Brian, > > Brian van den Broek writes: > >> I just found that if I have >> >> (setq org-agenda-sticky t) >> (org-clock-persistence-insinuate) >> >> in my .emacs---or rather in a file that my .emacs invokes with >> load-library---I get >> >> Warning

Re: [O] sticky agenda and clock persistence interaction

2012-09-21 Thread Bastien
Hi Brian, Brian van den Broek writes: > I just found that if I have > > (setq org-agenda-sticky t) > (org-clock-persistence-insinuate) > > in my .emacs---or rather in a file that my .emacs invokes with > load-library---I get > > Warning (initialization): An error occurred while loading > `/home