Thanks to Gabor's code I learned that the new way to get headlines and sections
is with "#+OPTIONS: H:2". I had spent far too much time trying to google and
through the .el file to figure this out; the command mentioned at
http://orgmode.org/worg/exporters/beamer/tutorial.html is
"#+BEAMER_FRAM
/share/emacs/21.4/lisp/term/, then
TERM=xterm-256color emacs -nw -q -f list-colors-display
shows much more colors, so does it under org-mode.
Thank you very much, Suresh!
Best,
Jing
Suresh Kumar wrote:
At Sat, 26 Sep 2009 00:46:43 -0400,
Jing Su @ Gmail wrote:
Under text-mode:
black
Hi guys,
I was wondering how to install org-mode for Emacs 21.4.1, which is the
latest version provided by RHEL 5 and RHEL 4. I even cannot find
previous releases for Emacs 21 at all, nor on the FAQ. It looks that
Emacs 21 is no longer supported.
I fully understand that Emacs 21 is way out o
Eric Schulte wrote:
> (eval `(define-mumamo-multi-major-mode org-mumamo-mode
How nice you get it working!
Jost a note: I use to drop "-mode" at the end because the defined
command is not a major mode, it is a multi major mode (and that is what
"-mumamo" tells).
_