emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Only on my computer, Invalid function: org-with-silent-modifications
@ 2014-06-17 19:37 Grant Rettke
  2014-06-17 20:35 ` Jacob Gerlach
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Rettke @ 2014-06-17 19:37 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Good afternoon,

Just upgraded to 8.2.7 and was surprised to get the
"org-with-silent-modifications" error. Here is what happened.

The first time that I set up my Emacs libraries, using Cask, which
uses the Emacs package manager, it install org2blog which has org
8.2.6 as a dependency. Then, Cask installed org-plus-contrib 8.2.6 and
life went on. Then I can cask update to get the 8.2.7 release (Cask
just pulls from the org repo).

Started up Emacs and got that aforementioned error. The issue seemed
to revolve around load-path or
load-order, and I didn't understand any further than that. It was very
strange because my whole approach
had been to automate everything so it would "just work".

Poking around, I eventually saw that org2blog depends on "org" (yes
now I admit that I didn't know this when
at first, but that is not relevant here I believe). That just didn't
look right to have both orgs in there, so I deleted plain old "org"
and commented out the org2blog load. Now Emacs works again.

The issue seems to be that org-plus-contrib doesn't satisfy "org" from
a package manager perspective.

This surprised me because the former is a superset.

My next step now is to figure out what to do from a package
perspective, because I would like to keep
org2blog in there.

Anyone else encountered this and want to share the solution?

I'm going to think about this some more and see.

Kind regards,

Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Only on my computer, Invalid function: org-with-silent-modifications
  2014-06-17 19:37 Only on my computer, Invalid function: org-with-silent-modifications Grant Rettke
@ 2014-06-17 20:35 ` Jacob Gerlach
  2014-06-17 23:58   ` Grant Rettke
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Gerlach @ 2014-06-17 20:35 UTC (permalink / raw)
  To: Grant Rettke; +Cc: emacs-orgmode

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

I have no idea if it relates to what you describe with cask and
dependencies, but I had the same error and found several old threads
stating that it's caused by installing org when it's already initialized.

I solved it by Emacs -q and reinstalling from elpa. If you search for the
old threads there was a link to documentation that explains why this occurs
which may be of some help addressing with cask.
On Jun 17, 2014 3:38 PM, "Grant Rettke" <gcr@wisdomandwonder.com> wrote:

> Good afternoon,
>
> Just upgraded to 8.2.7 and was surprised to get the
> "org-with-silent-modifications" error. Here is what happened.
>
> The first time that I set up my Emacs libraries, using Cask, which
> uses the Emacs package manager, it install org2blog which has org
> 8.2.6 as a dependency. Then, Cask installed org-plus-contrib 8.2.6 and
> life went on. Then I can cask update to get the 8.2.7 release (Cask
> just pulls from the org repo).
>
> Started up Emacs and got that aforementioned error. The issue seemed
> to revolve around load-path or
> load-order, and I didn't understand any further than that. It was very
> strange because my whole approach
> had been to automate everything so it would "just work".
>
> Poking around, I eventually saw that org2blog depends on "org" (yes
> now I admit that I didn't know this when
> at first, but that is not relevant here I believe). That just didn't
> look right to have both orgs in there, so I deleted plain old "org"
> and commented out the org2blog load. Now Emacs works again.
>
> The issue seems to be that org-plus-contrib doesn't satisfy "org" from
> a package manager perspective.
>
> This surprised me because the former is a superset.
>
> My next step now is to figure out what to do from a package
> perspective, because I would like to keep
> org2blog in there.
>
> Anyone else encountered this and want to share the solution?
>
> I'm going to think about this some more and see.
>
> Kind regards,
>
> Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
> “Wisdom begins in wonder.” --Socrates
> ((λ (x) (x x)) (λ (x) (x x)))
> “Life has become immeasurably better since I have been forced to stop
> taking it seriously.” --Thompson
>
>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Only on my computer, Invalid function: org-with-silent-modifications
  2014-06-17 20:35 ` Jacob Gerlach
@ 2014-06-17 23:58   ` Grant Rettke
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Rettke @ 2014-06-17 23:58 UTC (permalink / raw)
  To: Jacob Gerlach; +Cc: emacs-orgmode@gnu.org

That is the strange thing, Cask does not load org when it does its work.

So, the error occurred not in that scenario.
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson


On Tue, Jun 17, 2014 at 3:35 PM, Jacob Gerlach <jacobgerlach@gmail.com> wrote:
> I have no idea if it relates to what you describe with cask and
> dependencies, but I had the same error and found several old threads stating
> that it's caused by installing org when it's already initialized.
>
> I solved it by Emacs -q and reinstalling from elpa. If you search for the
> old threads there was a link to documentation that explains why this occurs
> which may be of some help addressing with cask.
>
> On Jun 17, 2014 3:38 PM, "Grant Rettke" <gcr@wisdomandwonder.com> wrote:
>>
>> Good afternoon,
>>
>> Just upgraded to 8.2.7 and was surprised to get the
>> "org-with-silent-modifications" error. Here is what happened.
>>
>> The first time that I set up my Emacs libraries, using Cask, which
>> uses the Emacs package manager, it install org2blog which has org
>> 8.2.6 as a dependency. Then, Cask installed org-plus-contrib 8.2.6 and
>> life went on. Then I can cask update to get the 8.2.7 release (Cask
>> just pulls from the org repo).
>>
>> Started up Emacs and got that aforementioned error. The issue seemed
>> to revolve around load-path or
>> load-order, and I didn't understand any further than that. It was very
>> strange because my whole approach
>> had been to automate everything so it would "just work".
>>
>> Poking around, I eventually saw that org2blog depends on "org" (yes
>> now I admit that I didn't know this when
>> at first, but that is not relevant here I believe). That just didn't
>> look right to have both orgs in there, so I deleted plain old "org"
>> and commented out the org2blog load. Now Emacs works again.
>>
>> The issue seems to be that org-plus-contrib doesn't satisfy "org" from
>> a package manager perspective.
>>
>> This surprised me because the former is a superset.
>>
>> My next step now is to figure out what to do from a package
>> perspective, because I would like to keep
>> org2blog in there.
>>
>> Anyone else encountered this and want to share the solution?
>>
>> I'm going to think about this some more and see.
>>
>> Kind regards,
>>
>> Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
>> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
>> “Wisdom begins in wonder.” --Socrates
>> ((λ (x) (x x)) (λ (x) (x x)))
>> “Life has become immeasurably better since I have been forced to stop
>> taking it seriously.” --Thompson
>>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-17 23:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-17 19:37 Only on my computer, Invalid function: org-with-silent-modifications Grant Rettke
2014-06-17 20:35 ` Jacob Gerlach
2014-06-17 23:58   ` Grant Rettke

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).