* checkbox cookies
@ 2008-08-19 15:28 Jörg Hagmann
2008-08-20 7:07 ` Jörg Hagmann
0 siblings, 1 reply; 3+ messages in thread
From: Jörg Hagmann @ 2008-08-19 15:28 UTC (permalink / raw)
To: emacs-orgmode
I'm using org, but only the basics. I have this problem:
When using checkbox lists as follows:
* a list[/]
1. [ ] one
2. [ ] two
etc.
the [/] thing doesn't work. It used to work before, when it stopped
working I don't know.
More details:
1. Using Carbon emacs (22.2.50.1), Leopard
2. Tried org-6.06b (i.e., copied the /lisp files to
/Applications/Emacs.app/Contents/Resources/lisp/textmodes) and
restarted, no success.
2. Also not working when using NeXT/OpenStep Emacs for GNUstep and OS X
3. Also not working with Aquamacs (which I don't use)
It's probably something simple, but I would be thankful for an answer.
Cheers, Jörg
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: checkbox cookies
2008-08-19 15:28 checkbox cookies Jörg Hagmann
@ 2008-08-20 7:07 ` Jörg Hagmann
2008-08-20 13:49 ` srandby
0 siblings, 1 reply; 3+ messages in thread
From: Jörg Hagmann @ 2008-08-20 7:07 UTC (permalink / raw)
To: Jörg Hagmann; +Cc: emacs-orgmode
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
Jörg Hagmann wrote:
> I'm using org, but only the basics. I have this problem:
>
> When using checkbox lists as follows:
> * a list[/]
> 1. [ ] one
> 2. [ ] two
> etc.
>
> the [/] thing doesn't work. It used to work before, when it stopped
> working I don't know.
>
> More details:
>
> 1. Using Carbon emacs (22.2.50.1), Leopard
> 2. Tried org-6.06b (i.e., copied the /lisp files to
> /Applications/Emacs.app/Contents/Resources/lisp/textmodes) and
> restarted, no success.
> 2. Also not working when using NeXT/OpenStep Emacs for GNUstep and OS X
> 3. Also not working with Aquamacs (which I don't use)
>
> It's probably something simple, but I would be thankful for an answer.
>
> Cheers, Jörg
>
>
> _______________________________________________
> 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
>
--
Prof. Jörg Hagmann-Zanolari MD
University of Basel
Department of Biomedicine
Institute of Biochemistry and Genetics
Mattenstrasse 28
CH-4058 Basel
Switzerland
Phone +41 (0)61 267 3565
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: checkbox cookies
2008-08-20 7:07 ` Jörg Hagmann
@ 2008-08-20 13:49 ` srandby
0 siblings, 0 replies; 3+ messages in thread
From: srandby @ 2008-08-20 13:49 UTC (permalink / raw)
To: emacs-orgmode
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-20 13:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19 15:28 checkbox cookies Jörg Hagmann
2008-08-20 7:07 ` Jörg Hagmann
2008-08-20 13:49 ` srandby
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.