Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Right. I got it with the org-load-hook thing. Thanks, and apologies. Cheers. Fil On 16 June 2011 12:15, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > I must be a moron. But I'm still having problems. > > Here's what's in my Preferences.el: > > > > > > (require 'org-install) > > (

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
I must be a moron. But I'm still having problems. Here's what's in my Preferences.el: (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; use it for *.org. (add-hook 'org-mode-hook 'turn-on-font-lock) ; font lock on always. (defvar fas/org-priority-

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Nick Dokos
Filippo A. Salustri wrote: > I must be a moron.  But I'm still having problems. > Here's what's in my Preferences.el: > > > (require 'org-install) > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; use it for *.org. > (add-hook 'org-mode-hook 'turn-on-font-lock)             ; font

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Right. Require. *sigh* Let me just wipe the egg off my face. Thanks. Cheers. Fil On 16 June 2011 09:39, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > > I've got code of this form in my Preferences.el (aquamacs-speak for > .emacs): > > > > (defvar fas/org-some-variable > > (/ 10 (* 100

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Yes, the math is wrong; I knew that. Thanks for the hint. Cheers. Fil On 16 June 2011 09:30, Jambunathan K wrote: > > "Filippo A. Salustri" writes: > > > I'm having a senior moment here. > > > > I've got code of this form in my Preferences.el (aquamacs-speak for > .emacs): > > > > (defvar fas/o

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Nick Dokos
Filippo A. Salustri wrote: > I've got code of this form in my Preferences.el (aquamacs-speak for .emacs): > > (defvar fas/org-some-variable > (/ 10 (* 1000 (- org-lowest-priority org-highest-priority > > But org-lowest-priority & org-highest-priority aren't defined at that > point in Pre

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Jambunathan K
"Filippo A. Salustri" writes: > I'm having a senior moment here. > > I've got code of this form in my Preferences.el (aquamacs-speak for .emacs): > > (defvar fas/org-some-variable > (/ 10 (* 1000 (- org-lowest-priority org-highest-priority > > But org-lowest-priority & org-highest-priority

[O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
I'm having a senior moment here. I've got code of this form in my Preferences.el (aquamacs-speak for .emacs): (defvar fas/org-some-variable (/ 10 (* 1000 (- org-lowest-priority org-highest-priority But org-lowest-priority & org-highest-priority aren't defined at that point in Preferences.e