emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eddward DeVilla" <eddward@gmail.com>
To: Joshua Gilliland <joshuadgilliland@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Windows binaries with org-mode preinstalled?
Date: Sat, 12 May 2007 09:36:30 -0500	[thread overview]
Message-ID: <b71b18520705120736s7d4749b0xfeeb56e35d4b9575@mail.gmail.com> (raw)
In-Reply-To: <6fbf4d250705112228i189c06dcpbec7ac228f512f54@mail.gmail.com>

Actually, I've never installed org-mode with make.  Just unpack the
archive in some tempt directory and copy the .el files someplace where
you want to store emacs packages.  (I have a .emacs_packages
directory.)  If you keep xemacs, there is a second directory of xemacs
only files you'll need.  Then add something like the following to
you're .emacs.

Edd

    ;; set up my own package directory
    (setq load-path
          (append (list nil "~/.emacs_packages") ; ... or where ever you put it
                  load-path))

    ;; setup Org mode
    (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
    (define-key global-map "\C-cl" 'org-store-link)
    (define-key global-map "\C-ca" 'org-agenda)
    (add-hook 'org-mode-hook 'turn-on-font-lock)  ; org-mode buffers only
    (require 'org-install)


On 5/12/07, Joshua Gilliland <joshuadgilliland@gmail.com> wrote:
> Hello everyone.  I have within the past month and a half begun using
> org-mode for my GTD needs, learning Emacs at the same time.  First off, I
> have to say that I love org-mode, and want to thank Carsten and everyone who
> contributes to it--it really is an amazing program.  To that end, being new
> to Emacs, I absolutely love Emacs as well, and have found myself continually
> looking for new ways to incorporate it into my workflow.
>
> Now for my problem.  I use a Mac at home, but I just recently switched jobs
> and have a Windows computer at work, with no administrator access.  This
> makes it difficult for me to install anything, as I have to track down the
> (overworked) IT guy and get him to do it for me.  I already had him install
> XEmacs for me, only to find out that it doesn't come with org-mode
> preinstalled.  I tried installing it myself, but it seems that I need GNU
> make in order to do so, which would be something else to install, and (I
> assume) I couldn't use it anyway without administrator-level access.
>
> My question is, is there a pre-compiled Windows binary for Emacs (of the
> installation wizard flavor) that I could download and get the IT to install
> for me with a minimum of hassle on his part?  I looked at Emacs W32, but as
> far as I can tell it's Emacs 21, and doesn't have org-mode included.
>
> Thanks a lot in advance for your help, everyone.
>
> Josh
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

      parent reply	other threads:[~2007-05-12 14:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-12  5:28 Windows binaries with org-mode preinstalled? Joshua Gilliland
2007-05-12  6:50 ` Scott Jaderholm
2007-05-12  7:53   ` Joshua Gilliland
2007-05-12  7:37 ` Giovanni Ridolfi
2007-05-12 14:36 ` Eddward DeVilla [this message]

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=b71b18520705120736s7d4749b0xfeeb56e35d4b9575@mail.gmail.com \
    --to=eddward@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=joshuadgilliland@gmail.com \
    /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).