emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Graham Smith" <myotisone@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Updating OrgMode
Date: Wed, 14 Nov 2007 19:37:19 +0000	[thread overview]
Message-ID: <2c75873c0711141137j7638d3a9v96dc955823e80702@mail.gmail.com> (raw)
In-Reply-To: <njgmj318dtpujevcij298b6ub5ab1o9ipp@4ax.com>


[-- Attachment #1.1: Type: text/plain, Size: 2619 bytes --]

Tony,

Thanks I don't 4NT, indeed had never heard of it until now, but its all
useful to know and building my knowledge.

Graham

On 14/11/2007, Tony Mc <afmcc@btinternet.com> wrote:
>
> On Wed, 14 Nov 2007 14:07:35 +0000, Bastien <bzg@altern.org> wrote:
>
> > "Graham Smith" <myotisone@gmail.com> writes:
> >
> > > Having said that the lines in my .emac is slightly different.
> > >
> > > (Add-to-list 'load-path "C:\\Program Files\\EmacAddIns\\org-mode")
> >    ^
> >
> > I guess this should come in lower-case, no?
> >
> > (Very unlikely the erro comes from this though, this should return an
> > error...)
> >
> > > I'm afraid I don't know how to use the script you have attached :-(
> >
> > Maybe Windows people in this list have other ways of automating the
> > process of updating their Org installation -- and will share on the
> > list...
>
> Graham,
>
> if you have 4NT you can use the following batch file to do the
> installation. Obviously you should change the directories at the top
> of the file to suit your setup. Just download the latest org-xxx.zip
> and then do org_update xxx and emacs will use the latest org-mode. I
> have
>
> (setq load-path
>       (cons "~/.emacs.d/elisp" load-path))
>
> in my .emacs so that emacs knows to look there for addon packages. I
> also have an environment variable INFOPATH set to include
> ~/.elisp.d/info before the standard emacs info directory, so that info
> in emacs picks up the documentation for the latest version.
>
> HTH, Tony
>
> -------------------- Batch file org_update.btm -------------------
> @ECHO OFF
> REM Update the Emacs org-mode automatically
> REM Usage: org_update xxx
> REM   to update to version xxx
>
> SETLOCAL
> SET ORGFILES=org-%1
> SET EMACS=C:\emacs\bin\emacs.exe
> SET EMACS_OPTS=--batch -q -f batch-byte-compile
> SET ELISPDIR=D:\.emacs.d\elisp
> SET INFODIR=D:\.emacs.d\info
> SET DOWNLOADDIR=D:\Downloads\Editors\Emacs\Elisp
> SET ORGZIPFILE=%ORGFILES.zip
>
> REM Unpack the downloaded file in a temp directory
> CDD %DOWNLOADDIR
> unzip -d %TEMP\ -o %ORGZIPFILE
> CDD %TEMP\%ORGFILES
>
> REM Compile the Elisp sources
> FOR %f in (org*.el) %EMACS %EMACS_OPTS %f
>
> REM Copy parts of the archive to where Emacs can find them
> COPY org*.el org*.elc %ELISPDIR\
> COPY org %INFODIR\
> COPY org.pdf orgcard.pdf %DOWNLOADDIR\
>
> REM Cleanup temp files
> CDD %TEMP\
> DEL %ORGFILES\*.* /s /x /y
> ENDLOCAL
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

[-- Attachment #1.2: Type: text/html, Size: 3380 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2007-11-14 19:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-14  9:12 Updating OrgMode Graham Smith
2007-11-14 13:20 ` Bastien
2007-11-14 13:49   ` Graham Smith
2007-11-14 14:07     ` Bastien
2007-11-14 18:54       ` Tony Mc
2007-11-14 19:37         ` Graham Smith [this message]
2007-11-14 15:51   ` William Case
2007-11-14 16:37     ` Bastien

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=2c75873c0711141137j7638d3a9v96dc955823e80702@mail.gmail.com \
    --to=myotisone@gmail.com \
    --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).