Hi:
Still struggling with update.
After adding this to .emacs:
_________________
(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
("marmalade" . "http://marmalade-repo.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/")))
(setq package-enable-at-startup nil)
(package-initialize)
;; custom settings:
etc...
________________
I am now fine in:
Org-mode version 8.1 (8.1-elpa @ /Users/admin/.emacs.d/elpa/org-20130906/)
But then if I try to export org to Latex I get this error:
org-refresh-category-properties: Invalid function: org-with-silent-modifications
and the export is aborted.
The problem therefore persists. Any clues?
Thanks,
08/09/2013, 12:18, [email protected]:
> After installing the latest update of org-mode (8.1) through Options - Manage
> Emacs Packages,
> I am able to install.
>
> Then if I do: M-x org-version, I get:
> Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @
> /Users/admin/.emacs.d/elpa/org-20130906/)
>
> So, even though I have now elpa/org-20130906/ I seem to reload with version
> 7.9.3f
>
> It seems that the previous version takes precedence.
> Do you know a way to achieve the desired update?
>
> Thanks.