emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: New structure GIT repository
Date: Fri, 28 Mar 2008 10:30:47 +0100	[thread overview]
Message-ID: <2E0572CF-0BA7-49F9-8F71-17017D9CD1F3@science.uva.nl> (raw)

Hi,

I have just pushed a major change into the GIT repository.
I would appreciate very much if as many people as possible quickly
switch to the new setup, so that we can find any remaining hick-ups.

Here is what has changed:

   - Org-mode is now a collection of 19 Lisp files.
   - These Lisp files are located in a new directory "lisp".
   - The documentation files have been moved to the new "doc"
     subdirectory.

If you are running Org-mode from the GIT repository, here are the
mandatory changes you need to make after the next pull:

   - Run make to compile all the lisp files.  If you do not want to
     work with compiled files, run at the very least
     "make autoloads" to create the file org-install.el with the
     autoload definitions.

   - Change the setup for load-path in .emacs.  Previously you
     were told to point it to the GIT repository main directory,
     now you need to point it to the "lisp" subdirectory.

   - Use

       (require 'org-install)

     in .emacs, which is the correct way to install the Org package.
     When this file has been loaded, you are in the same state as an  
Emacs
     that comes with Org-mode pre-installed.  org.el and all the other  
files
     will now be loaded on demand, when they are actually needed.

     Using (require 'org) instead may also work, but I am not entirely
     sure.  I have tried to make it work because, for example, the Org- 
mode
     tutorial still lists this as the method to load the package.


ONLY IF YOU ARE USING THE INFO DOCUMENTATION:

The info file "org" will now be locate in the "doc" subdirectory,
so you may need to change your info setup to make sure it finds
the file.  Also the "dir" file which contains the info directory entry
for Org is now in that directory.


- Carsten

             reply	other threads:[~2008-03-28  9:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28  9:30 Carsten Dominik [this message]
2008-03-28 12:20 ` New structure GIT repository Thomas Baumann
2008-03-28 12:32   ` Carsten Dominik
2008-03-29 16:52     ` Sivaram Neelakantan
2008-03-29 17:27       ` Carsten Dominik
2008-03-29 17:38         ` Sivaram Neelakantan
2008-03-29 16:47 ` Sivaram Neelakantan

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=2E0572CF-0BA7-49F9-8F71-17017D9CD1F3@science.uva.nl \
    --to=dominik@science.uva.nl \
    --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).