From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: how to disable smart-tab only on org headline? Date: Thu, 7 Apr 2016 15:12:41 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBeF-0008PX-DK for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:15:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoBeB-0007NB-AF for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:15:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:55432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBeB-0007N6-33 for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:15:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aoBeA-0007fb-BL for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 17:15:02 +0200 Received: from 172-0-42-27.lightspeed.ltrkar.sbcglobal.net ([172.0.42.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 17:15:02 +0200 Received: from adam by 172-0-42-27.lightspeed.ltrkar.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 17:15:02 +0200 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: emacs-orgmode@gnu.org Upon closer inspection I see that smart-tab-mode refuses to activate in org-mode, so the behavior you're seeing probably is not caused by smart-tab. For me, if the point is on an Org heading without text, like (point marked by "|"): * | lorem ipsum and I press TAB, Org indents the heading, cycling through the levels. If there is any text after the * on the heading line, it cycles its visibility instead.