emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Installing Orgmode through ELPA-tarball


From: Jambunathan K
Subject: [Orgmode] Re: Installing Orgmode through ELPA-tarball
Date: Tue, 02 Nov 2010 00:26:29 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (windows-nt)

Martin

A small addtion:

> Possible Root Cause:
> ===================
>
> There is a comment in the package manager that there is a dependency on
> GNU tar. May be the tar binary that you are running is not "GNU tar
> compatible"
>
> Just to confirm, copy the below elisp code to scratch buffer and do a
> C-x C-e with cursor before the marker '@'.
>
> (progn
>   (setq default-directory "~/tmp/")
>   (package-read-from-string
>    (shell-command-to-string
>     ;; Requires GNU tar.
>     (concat "tar -xOf org-20101101.tar org-20101101/org-pkg.el")))) @
>
> What do you get?

Before doing C-x C-e, change the "~/tmp/" and "org-20101101" to whatever
is right in your setup.

Jambunathan K.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]