all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Resolving Key Sequence conflict between icicles and org-mode
@ 2007-05-23  7:07 Anupam Sengupta
  2007-05-23 15:18 ` Drew Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Anupam Sengupta @ 2007-05-23  7:07 UTC (permalink / raw)
  To: help-gnu-emacs


I use Org-mode extensively for most of my daily note taking along with IDO mode
for buffer/file switching. 

Recently, I came across Icicles mode, which seems to offer features far beyond
IDO. However, there is a key sequence conflict between the Org-Mode and Icicles
packages - on Shift-Tab <s-tab>).

Org-Mode uses <s-tab> for the org-shifttab function to cycle global visibility
of the outline, whereas Icicles binds this key to icicle-generic-S-tab for
completions. 

Is there a way to locally rebind <s-tab> in Org-Mode buffers to be the original
org-shifttab function?

I did try 

M-x local-set-key  to try binding <s-tab> to org-shifttab in a org-mode buffer,
however, this does not seem to help (the binding still remains with Icicles).

I also tried 

       (define-key org-mode-map "<S-tab>" 'org-shifttab)

in my .emacs after Org-mode and Icicles was loaded, but this does not work
either. 

Any suggestions would be really welcome, as Icicles is a feature which looks
pretty useful.

Thanks!
-- 
Anupam

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <mailman.1087.1179933678.32220.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2007-05-24  4:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-23  7:07 Resolving Key Sequence conflict between icicles and org-mode Anupam Sengupta
2007-05-23 15:18 ` Drew Adams
     [not found] <mailman.1087.1179933678.32220.help-gnu-emacs@gnu.org>
2007-05-24  4:31 ` Anupam Sengupta

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.