emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* FUD on my part re: downloading revisions?
@ 2008-01-01 18:45 William Case
  2008-01-01 18:56 ` Pete Phillips
  0 siblings, 1 reply; 10+ messages in thread
From: William Case @ 2008-01-01 18:45 UTC (permalink / raw)
  To: Emacs Orgmode

Hi;

I have tried to amend Pete Phillips' download script so that it works
for me but I have some Fears, Uncertainties and Doubts about whether I
got it right or not.  Here are my changes and notes:

#!/bin/bash

# script to automate pulling the latest org from Carsten's site
# PJP pete@smtl.co.uk
# $Revision: 1.1 $
# $Log: update-org.sh,v $
# Revision 1.1  2007/04/26 05:53:54  pete
# Initial revision

#####
# emacs 22.1 on Fedora 8
#####

# directory where the org directory is located
DIR=$HOME/Docs/Work/emacs
ORGDIR=$DIR/org
TMP=/tmp
TMPTAR=$TMP/org.tar.gz

# This is where I my copy of the emacs exicutable is kept/installed. 
EMACSBIN=/usr/bin/emacs

#####
#  The only place I have a lisp file 
# (/usr/share/emacs/22.1/lisp/textmodes/org.elc) is here.
# Do I need or want to create a lisp directory in my home directroy?
# If so, why? I don't have or want a CVS version if I have to climb a 
# steep CVS learning curve.  I am somewhat familiar with svn.
#####


# you should not need to edit anything else below here

# go to the tmp dir
cd $TMP

# make sure we have the emacs [lisp] dir
mkdir -p $DIR
######
# $DIR = $HOME/Docs/Work/emacs the way I have it set up.
# Is this all right?
#######

# get the tar file ... etc. etc.

Any suggestions, warnings or tips would be appreciated.

-- 
Regards Bill

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-01-02 10:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-01 18:45 FUD on my part re: downloading revisions? William Case
2008-01-01 18:56 ` Pete Phillips
2008-01-01 22:12   ` William Case
2008-01-01 22:34     ` [Bulk] " William Case
2008-01-01 23:13     ` Pete Phillips
2008-01-02  0:01       ` William Case
2008-01-02 10:10         ` Adam Spiers
2008-01-01 23:26     ` Adam Spiers
2008-01-02  0:16       ` Bastien
2008-01-02  0:36       ` [Bulk] " William Case

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).