emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* TAB key isn't bound to org-cycle with emacs on console
@ 2007-02-08 14:52 Tassilo Horn
  2007-02-09  8:17 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Tassilo Horn @ 2007-02-08 14:52 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I use Org since about 2 month and I really enjoy it. Normally I use
GNU/Emacs with its X11 interface, but today I noticed that TAB is not
bound to `org-cycle' when I use emacs -nw or emacs in a login
shell. Then it's bound to the function I local-set-key it in
fundamental-mode-hook.

,----[ grep -A2 fundamental-mode-hook ~/.emacs ]
| (add-hook 'fundamental-mode-hook
|           (lambda ()
|             (local-set-key "\C-i" 'th-complete-or-indent)))
`----

When I do M-x org-cycle emacs echoes that I can run this function with
<tab>, too.

Does anyone suspect what could be the culprit?

BTW: I use Org-mode-4.64.

Bye,
Tassilo
-- 
[Emacs] is written in Lisp, which is the only computer language that is
beautiful.  -- Neal Stephenson, _In the Beginning was the Command Line_

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

end of thread, other threads:[~2007-02-09 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 14:52 TAB key isn't bound to org-cycle with emacs on console Tassilo Horn
2007-02-09  8:17 ` Carsten Dominik
2007-02-09 10:24   ` Tassilo Horn

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