* org-mobile-push fails
@ 2012-10-22 20:18 Jorge A. Alfaro Murillo
2012-10-24 9:35 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Jorge A. Alfaro Murillo @ 2012-10-22 20:18 UTC (permalink / raw)
To: emacs-orgmode
Hi, I am having trouble with org-mobile-push, it fails and gives the
following error:
org-mobile-create-index-file: Symbol's function definition is void:
org-prepare-agenda-buffers
It might be related to the fact that now when run org-version the result is:
Org-mode version 7.9.2 (7.9.2-GNU-Emacs-24-3 @ org-install.el can not be found!)
My emacs version is:
GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of
2012-10-18 on dex, modified by Debian
I updated today and since then the issue has come up.
This is also my first post to this list, which I hope to check out
more regularly, since lately org-mode has taken over my life. Thanks
for the help, best
Jorge.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-mobile-push fails
2012-10-22 20:18 org-mobile-push fails Jorge A. Alfaro Murillo
@ 2012-10-24 9:35 ` Bastien
2012-10-25 0:50 ` Jorge A. Alfaro Murillo
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2012-10-24 9:35 UTC (permalink / raw)
To: Jorge A. Alfaro Murillo; +Cc: emacs-orgmode
Hi Jorge,
"Jorge A. Alfaro Murillo" <jorge.a.alfaro@gmail.com> writes:
> Hi, I am having trouble with org-mobile-push, it fails and gives the
> following error:
> org-mobile-create-index-file: Symbol's function definition is void:
> org-prepare-agenda-buffers
The function `org-prepare-agenda-buffers' has been renamed to
`org-agenda-prepare-buffers'.
> It might be related to the fact that now when run org-version the result is:
> Org-mode version 7.9.2 (7.9.2-GNU-Emacs-24-3 @ org-install.el can not be found!)
Bingo! It is related. :)
> My emacs version is:
> GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of
> 2012-10-18 on dex, modified by Debian
>
> I updated today and since then the issue has come up.
You certainly need to run make && make install so that the correct
functions' names are autoloaded when Emacs fires up.
See http://orgmode.org/worg/dev/org-build-system.html for details.
> This is also my first post to this list, which I hope to check out
> more regularly, since lately org-mode has taken over my life. Thanks
> for the help, best
Welcome!
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-mobile-push fails
2012-10-24 9:35 ` Bastien
@ 2012-10-25 0:50 ` Jorge A. Alfaro Murillo
2012-10-25 8:02 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Jorge A. Alfaro Murillo @ 2012-10-25 0:50 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
This is strange, since I get the whole emacs from a repository
(http://emacs.naquadah.org/ unstable/ ). I should not have to compile
anything.
I guess there must be a bug in the package from the repository.
What do you recommend me to do? Install the org from source?
On Wed, Oct 24, 2012 at 5:35 AM, Bastien <bzg@altern.org> wrote:
> Hi Jorge,
>
> "Jorge A. Alfaro Murillo" <jorge.a.alfaro@gmail.com> writes:
>
>> Hi, I am having trouble with org-mobile-push, it fails and gives the
>> following error:
>> org-mobile-create-index-file: Symbol's function definition is void:
>> org-prepare-agenda-buffers
>
> The function `org-prepare-agenda-buffers' has been renamed to
> `org-agenda-prepare-buffers'.
>
>> It might be related to the fact that now when run org-version the result is:
>> Org-mode version 7.9.2 (7.9.2-GNU-Emacs-24-3 @ org-install.el can not be found!)
>
> Bingo! It is related. :)
>
>> My emacs version is:
>> GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of
>> 2012-10-18 on dex, modified by Debian
>>
>> I updated today and since then the issue has come up.
>
> You certainly need to run make && make install so that the correct
> functions' names are autoloaded when Emacs fires up.
>
> See http://orgmode.org/worg/dev/org-build-system.html for details.
>
>> This is also my first post to this list, which I hope to check out
>> more regularly, since lately org-mode has taken over my life. Thanks
>> for the help, best
>
> Welcome!
>
> --
> Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-mobile-push fails
2012-10-25 0:50 ` Jorge A. Alfaro Murillo
@ 2012-10-25 8:02 ` Bastien
2012-10-25 14:18 ` Jorge A. Alfaro Murillo
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2012-10-25 8:02 UTC (permalink / raw)
To: Jorge A. Alfaro Murillo; +Cc: emacs-orgmode
Hi Jorge,
"Jorge A. Alfaro Murillo" <jorge.a.alfaro@gmail.com> writes:
> This is strange, since I get the whole emacs from a repository
> (http://emacs.naquadah.org/ unstable/ ). I should not have to compile
> anything.
I double-checked and the source on Julien's server are okay.
Can you do
C-h f org-mobile-create-index-file REt
and report where the related source file is located?
Removing it should be enough to clean up your installation.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-mobile-push fails
2012-10-25 8:02 ` Bastien
@ 2012-10-25 14:18 ` Jorge A. Alfaro Murillo
2012-10-25 14:49 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Jorge A. Alfaro Murillo @ 2012-10-25 14:18 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 798 bytes --]
I think I figured it out. I think it was a problem of having "upgraded" org
from the package manager once, when I had another version of emacs. I
removed the package, reinstall emacs-snapshot and now it is working again.
Thanks.
On Oct 25, 2012 4:02 AM, "Bastien" <bzg@altern.org> wrote:
> Hi Jorge,
>
> "Jorge A. Alfaro Murillo" <jorge.a.alfaro@gmail.com> writes:
>
> > This is strange, since I get the whole emacs from a repository
> > (http://emacs.naquadah.org/ unstable/ ). I should not have to compile
> > anything.
>
> I double-checked and the source on Julien's server are okay.
>
> Can you do
>
> C-h f org-mobile-create-index-file REt
>
> and report where the related source file is located?
>
> Removing it should be enough to clean up your installation.
>
> Best,
>
> --
> Bastien
>
[-- Attachment #2: Type: text/html, Size: 1254 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-mobile-push fails
2012-10-25 14:18 ` Jorge A. Alfaro Murillo
@ 2012-10-25 14:49 ` Bastien
0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2012-10-25 14:49 UTC (permalink / raw)
To: Jorge A. Alfaro Murillo; +Cc: emacs-orgmode
"Jorge A. Alfaro Murillo" <jorge.a.alfaro@gmail.com> writes:
> I think I figured it out. I think it was a problem of having
> "upgraded" org from the package manager once, when I had another
> version of emacs. I removed the package, reinstall emacs-snapshot and
> now it is working again.
Thanks you found the problem and solution and for letting us know.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-25 14:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 20:18 org-mobile-push fails Jorge A. Alfaro Murillo
2012-10-24 9:35 ` Bastien
2012-10-25 0:50 ` Jorge A. Alfaro Murillo
2012-10-25 8:02 ` Bastien
2012-10-25 14:18 ` Jorge A. Alfaro Murillo
2012-10-25 14:49 ` Bastien
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).