Matthew Sauer writes:
> lispdir = $ usr/share/emacs/23.2/lisp/org
Don't do that. Put anything you install yourself into
/usr/share/emacs/site-lisp
or more specifically for Orgmode,
/usr/share/emacs/site-lisp/org
This path won't be overwritten or ignored when you install a newer
version of
Nick was gracious enough to help me dig through a few things with my .emacs
. . . it appears I had been able to update the emacs lisp in
lispdir = $ usr/share/emacs/23.2/lisp/org
once so that I was running 7.4 but that wasn't getting updated when I did
pulls (need to look into that once)
so, I ju
Matthew Sauer writes:
> Should I be able to find org-property-set-functions-alist listed in
> org.el?
Yes:
C-h v org-property-set-functions-alist RET
--
Bastien
I am aware of the issue of emacs (that comes with cygwin) coming with I
think it was org 6.3 and I have already (prior to this) cloned a branch,
made my own branch so I could modify the makefile to have the org files land
in the correct location to load (it kept loading 6.3 and not 7.4). I double
Should I be able to find org-property-set-functions-alist listed in org.el?
Because I don't, maybe I have an issue, it says 7.4 in the comments at the
top of the file but I am not finding that phrase anywhere in the file, maybe
I do have an pull, update or patch issue I need to look into?
Matthew
U-SWEETSAUERPORT\\Matthew Sauer wrote:
,
| Debugger entered--Lisp error: (void-variable org-property-set-functions-alist)
| add-to-list(org-property-set-functions-alist ("BIRTHDAY" .
org-completing-read-date))
| eval-buffer(# nil "/elisp/org-contacts/org-contacts.el" nil
t) ; Reading a
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-