From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Binding literal tab to C-Tab Date: Fri, 06 Mar 2020 09:38:12 +0100 Message-ID: <84ftelvpxn.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41136) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jA8Ur-0007JW-TP for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 03:38:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jA8Uq-0004sB-RL for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 03:38:17 -0500 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:34174) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jA8Uq-0004hv-IH for emacs-orgmode@gnu.org; Fri, 06 Mar 2020 03:38:16 -0500 Received: by mail-wm1-x32a.google.com with SMTP id x3so3727015wmj.1 for ; Fri, 06 Mar 2020 00:38:16 -0800 (PST) In-Reply-To: (Josh's message of "Fri, 6 Mar 2020 00:12:30 -0800 (PST)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Josh Cc: emacs-orgmode@gnu.org Hi. Josh writes: > I have a need to insert literal tab characters into my org-mode files > frequently. I would like to bind a key to insert literal tabs (ASCII > 9). I thought Control-TAB would be a good option. So I inserted the > following lines into my .emacs file. It works when in normal emacs, > but not in org-mode. Is there a way to get this to work in org-mode? > If this is a bad key combination for org-mode, I'm ok switching to > another key combo. What about using quoted-insert? C-q TAB Ciao, -- Marco