* Installing update org in GNU Emacs in OS X
@ 2013-09-08 10:18 mapcdi
2013-09-08 18:42 ` mapcdi
0 siblings, 1 reply; 5+ messages in thread
From: mapcdi @ 2013-09-08 10:18 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing update org in GNU Emacs in OS X
2013-09-08 10:18 Installing update org in GNU Emacs in OS X mapcdi
@ 2013-09-08 18:42 ` mapcdi
2013-09-08 18:52 ` Achim Gratz
0 siblings, 1 reply; 5+ messages in thread
From: mapcdi @ 2013-09-08 18:42 UTC (permalink / raw)
To: emacs-orgmode
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/lucassalom/.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,
Mark
08/09/2013, 12:18, mapcdi@me.com:
> 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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing update org in GNU Emacs in OS X
2013-09-08 18:42 ` mapcdi
@ 2013-09-08 18:52 ` Achim Gratz
0 siblings, 0 replies; 5+ messages in thread
From: Achim Gratz @ 2013-09-08 18:52 UTC (permalink / raw)
To: emacs-orgmode
mapcdi@me.com writes:
> org-refresh-category-properties: Invalid function: org-with-silent-modifications
>
> and the export is aborted.
>
> The problem therefore persists. Any clues?
Remove the ELPA package, then install it again _in the same session_ of Emacs.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf Blofeld V1.15B11:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing update org in GNU Emacs in OS X
@ 2013-09-08 19:12 mapcdi
0 siblings, 0 replies; 5+ messages in thread
From: mapcdi @ 2013-09-08 19:12 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]
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, mapcdi@me.com:
> 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.
[-- Attachment #2: Type: text/html, Size: 2041 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Installing update org in GNU Emacs in OS X
@ 2013-09-08 21:18 mapcdi
0 siblings, 0 replies; 5+ messages in thread
From: mapcdi @ 2013-09-08 21:18 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
It worked like Achim suggested:
Remove the ELPA package, then install it again _in the same session_ of Emacs.
I removed org through Options - Manage Emacs Packages
and reinstalled it right away in the same manner
and all this in the same session of Emacs.
Now I can export from .org to .tex with the latest version of org (8.1).
Thanks Achim!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-09-08 21:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-08 10:18 Installing update org in GNU Emacs in OS X mapcdi
2013-09-08 18:42 ` mapcdi
2013-09-08 18:52 ` Achim Gratz
-- strict thread matches above, loose matches on Subject: below --
2013-09-08 19:12 mapcdi
2013-09-08 21:18 mapcdi
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).