emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: srandby@gmail.com
To: emacs-orgmode@gnu.org
Subject: Re: checkbox cookies
Date: Wed, 20 Aug 2008 09:49:44 -0400	[thread overview]
Message-ID: <48AC20F8.8000503@gmail.com> (raw)
In-Reply-To: <48ABC2BB.2080907@unibas.ch>

In case some are wondering, Jörg is referring to a message I sent to him 
about updating org-mode in Carbon Emacs. I meant to send the message to 
this list, but I failed to hit "reply all" when I sent it and I didn't 
check its address before I sent it. Anyway, in case others are 
interested, the message is below.

---------

Hi Jörg,

I can't answer your question, but I've recently updated org-mode in
Carbon emacs. Here is what I did.

1. After decompressing org-6.06b.tar.gz, open the Makefile file, using
Emacs of course ;), in the org-6.06b folder.

2. You will see the following text

##----------------------------------------------------------------------
##  YOU MUST EDIT THE FOLLOWING LINES
##----------------------------------------------------------------------

First, you must provide the name of your Emacs binary. Mine is:

# Name of your emacs binary
EMACS=/Applications/Emacs/22.2/Emacs.app/Contents/MacOS/Emacs

The /Applications/Emacs/22.2/ part is my quirky path to Emacs.app. From
what you've written, it appears that your path is straightforward as
follows:

# Name of your emacs binary
EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs

Next, you must give the path to of Emacs.app. Mine is:

# Where local software is found
prefix=/Applications/Emacs/22.2

Yours should be:

# Where local software is found
prefix=/Applications

If you accidentally put a "/" at the end (as I did once), the
installation will fail.

Finally, put in the paths for the local lisp files and the info files as
follows:

# Where local lisp files go.
lispdir = $(prefix)/Emacs.app/Contents/Resources/lisp/textmodes

# Where info files go.
infodir = $(prefix)/Emacs.app/Contents/Resources/info

Don't forget to C-x C-s to save the changes.

3. Now, open a terminal and cd to the org-6.06b directory that contains
the Makefile you just edited. Run the following:

$ make
$ sudo make install
$ sudo make install-info

The installation is complete. To check this do "M-x org-version" in
Emacs. You may have to restart Emacs first.

Scott Randby

-----

Jörg Hagmann wrote:
> Hi Edward, hi Scott:
> 
> Thanks for the answers. I did use checkboxes before, so C-c C-c and C-c 
> # were familiar. But it turned out that (properly!) updating to the 
> recent org-version corrected everything. I recently changed from 10.4 to 
> Leopard, it's possible that the problem existed since the switch---but I 
> don't know.
> 
> Anyway: now I know how to update org-mode! Thanks, Scott.
> Cheers, Jörg
> 

      reply	other threads:[~2008-08-20 13:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-19 15:28 checkbox cookies Jörg Hagmann
2008-08-20  7:07 ` Jörg Hagmann
2008-08-20 13:49   ` srandby [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=48AC20F8.8000503@gmail.com \
    --to=srandby@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).