From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: S-tab in source blocks Date: Tue, 10 Jan 2012 13:47:01 +0100 Message-ID: <87d3ariv22.fsf@gnu.org> References: <87ehv7anfh.fsf@med.uni-goettingen.de> <871ur7d9f3.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkb5S-0006tG-MP for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 07:46:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rkb5M-0003Rw-2s for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 07:45:58 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:43994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkb5L-0003Rg-U1 for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 07:45:52 -0500 Received: by werf1 with SMTP id f1so4508021wer.0 for ; Tue, 10 Jan 2012 04:45:51 -0800 (PST) In-Reply-To: <871ur7d9f3.fsf@norang.ca> (Bernt Hansen's message of "Tue, 10 Jan 2012 07:33:20 -0500") 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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: Andreas Leha , emacs-orgmode@gnu.org Bernt Hansen writes: > Andreas Leha writes: > >> is it possible to make S-tab call the global org-cycle when the >> point is in a source block? > > Yes, > > (setq org-src-tab-acts-natively nil) Still, we could have TAB indent code in source blocks, and S-TAB do the global cycling. I'll look into it. -- Bastien