emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: "Filippo A. Salustri" <salustri@ryerson.ca>
Cc: nicholas.dokos@hp.com,
	emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: Re: accessing org-lowest-priority in .emacs
Date: Thu, 16 Jun 2011 12:15:23 -0400	[thread overview]
Message-ID: <11737.1308240923@alphaville.dokosmarshall.org> (raw)
In-Reply-To: Message from "Filippo A. Salustri" <salustri@ryerson.ca> of "Thu\, 16 Jun 2011 12\:05\:49 EDT." <BANLkTinNye5kXytw83ORDjGdUPHvgd=qzw@mail.gmail.com>

Filippo A. Salustri <salustri@ryerson.ca> 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 lock on always.
> 
> (defvar fas/org-priority-scale
>   (/ (* 1000 (- org-lowest-priority org-highest-priority)) 10))
> ....
> 
> When I start aquamacs, I get an error that org-lowest-priority is not defined.
> 

Nope, the fault is mine: org-install just sets up autoloads, so you have to
require 'org, or set up the hook or do the eval-after-load as Jambunathan
suggested.

Nick

  reply	other threads:[~2011-06-16 16:15 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
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 [this message]
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=11737.1308240923@alphaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=salustri@ryerson.ca \
    /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).