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 14:59:51 +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]:37653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBPh-0004ru-2F for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:00:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoBPc-0002lu-09 for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:00:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:54273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBPb-0002lE-P5 for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 10:59:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aoBPa-0005tD-8g for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 16:59:58 +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 16:59:58 +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 16:59:58 +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 Hi, It looks like it may be a simple fix to make smart-tab call org-cycle in org-mode. I forked the repo and made the change: https://github.com/alphapapa/smart-tab/tree/org-mode Note, I have not tested it, but I think it should work. Let me know what you find out.