emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: David Dyer-Bennet <dd-b@dd-b.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Old versions
Date: Wed, 04 May 2011 12:53:53 +0200	[thread overview]
Message-ID: <834o5awxby.fsf@yahoo.it> (raw)
In-Reply-To: <35dc1abfed12ed9f7e1cb140c7f28a9d.squirrel@webmail.dd-b.net> (David Dyer-Bennet's message of "Tue, 3 May 2011 16:01:12 -0500")

"David Dyer-Bennet" <dd-b@dd-b.net> writes:

>>>> And where can I find a copy?
>>>
>>> How about here?:
>>>
>>> http://orgmode.org/org-6.36c.zip
>
> I can't find any POINTER to that anywhere on the site; 

Please, you should have searched *also* the mailing 
list archieve: (e.g. in gmane: "older org version" ). 
This string is easier than mine, isn't it?

Then you would have found that:

  On 2010-12-03 22:17:31 GMT (21 weeks, 4 days, ago)

  David Dyer-Bennet <dd-b <at> dd-b.net> wrote:

  " Given the two URLs, I have now deduced the pattern 
    for downloading older distributions :-) .  
    I still can't see a list of what's available, but the 
    ones mentioned publicly that I've tried have all
    existed.  (It's just the obvious:
    http://orgmode.org/org-<version>.tar.gz )

    Thanks for finding the confirmation that 6.36c is 
    supposed to work with Emacs 21."

http://thread.gmane.org/gmane.emacs.orgmode/34524/focus=34525 

> However, it doesn't make or make install with the Emacs 21.4.1 install on
> my web host (engl.dreamhost.com, to be explicit; running Linux).
why do you need to install it with make?

Org mode works even if you only:

1. Make a directory: ~/org/
2. unzip/ untar the file org-YOUR-version.zipTar
3. configure org in your .emacs:
   (setq load-path (cons "~/org/lisp" load-path))
4. for info:
   (add-to-list 'Info-default-directory-list "~/org/doc")
   [source: http://doc.norang.ca/org-mode.htm]
5. Read and follow the manual 
   eg: add the correct line  (require 'org) or 
   (require 'org-install). I don't remeber.

This will *not* byte compile your files but I use not compiled 
files and it's fine for me. 

If you want to byte compile use this brute force approach:

$ emacs -e "(progn (byte-force-recompile \"~/org/lisp\")
            (byte-force-recompile \"~/org/lisp\" )) 

HTH

Giovanni

  parent reply	other threads:[~2011-05-04 10:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-02 17:19 Old versions David Dyer-Bennet
2011-05-03 11:02 ` Giovanni Ridolfi
2011-05-03 12:22   ` Jambunathan K
2011-05-03 21:01     ` David Dyer-Bennet
2011-05-03 21:13       ` David Dyer-Bennet
2011-05-04 10:53       ` Giovanni Ridolfi [this message]
2011-05-04 14:33         ` David Dyer-Bennet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=834o5awxby.fsf@yahoo.it \
    --to=giovanni.ridolfi@yahoo.it \
    --cc=dd-b@dd-b.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).