emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Filippo A. Salustri" <salustri@ryerson.ca>
To: Jambunathan K <kjambunathan@gmail.com>
Cc: emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: Re: accessing org-lowest-priority in .emacs
Date: Thu, 16 Jun 2011 10:26:13 -0400	[thread overview]
Message-ID: <BANLkTikzKoaPGrTfgXme764Wee5nM9zVsg@mail.gmail.com> (raw)
In-Reply-To: <811uyt9a3z.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1464 bytes --]

Yes, the math is wrong; I knew that.
Thanks for the hint.
Cheers.
Fil

On 16 June 2011 09:30, Jambunathan K <kjambunathan@gmail.com> wrote:

>
> "Filippo A. Salustri" <salustri@ryerson.ca> 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 aren't defined at that
> > point in Preferences.el.  I need to defer the calculation till org is
> > running.
>
> Do this
>
> #+begin_src emacs-lisp
> (require 'org) ;; note this
> (defvar fas/org-some-variable
>  (/ 10 (* 1000 (- org-lowest-priority org-highest-priority))))
> #+end_src
>
> or
>
> this
>
> #+begin_src emacs-lisp
> (eval-after-load 'org
>  (defvar fas/org-some-variable ;; replace defvar with setq, maybe?
>    (/ 10 (* 1000 (- org-lowest-priority org-highest-priority)))))
>
> #+end_src
>
> Just re-check whether you have got your math right. It looks suspicious
> to me.
>
> >
> > It's embarrassing, but it's not coming to me.
> >
> > Can someone help me out?
> > Cheers.
> > Fil
>
>
> Jambunathan K.
> --
>



-- 
\V/_
Filippo A. Salustri, Ph.D., P.Eng.
Mechanical and Industrial Engineering
Ryerson University
350 Victoria St, Toronto, ON
M5B 2K3, Canada
Tel: 416/979-5000 ext 7749
Fax: 416/979-5265
Email: salustri@ryerson.ca
http://deseng.ryerson.ca/~fil/

[-- Attachment #2: Type: text/html, Size: 2291 bytes --]

  reply	other threads:[~2011-06-16 14:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-16 11:35 accessing org-lowest-priority in .emacs Filippo A. Salustri
2011-06-16 13:30 ` Jambunathan K
2011-06-16 14:26   ` Filippo A. Salustri [this message]
2011-06-16 13:39 ` Nick Dokos
2011-06-16 15:48   ` Filippo A. Salustri
2011-06-16 16:05   ` Filippo A. Salustri
2011-06-16 16:15     ` Nick Dokos
2011-06-16 16:25       ` Filippo A. Salustri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTikzKoaPGrTfgXme764Wee5nM9zVsg@mail.gmail.com \
    --to=salustri@ryerson.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).