From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Ihm Subject: Re: Shouldn't org-back-to-heading skip inline tasks ? Date: Sun, 5 Nov 2017 08:15:03 +0100 Message-ID: <59FEBA77.3030803@ihm.name> References: <87o9ohpwyd.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBF9L-00030a-8l for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 02:15:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBF9H-00012S-H7 for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 02:15:19 -0500 Received: from [195.159.176.226] (port=38792 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBF9G-0000zW-VP for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 02:15:15 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eBF95-0001fE-UO for emacs-orgmode@gnu.org; Sun, 05 Nov 2017 08:15:03 +0100 In-Reply-To: <87o9ohpwyd.fsf@nicolasgoaziou.fr> 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" Cc: emacs-orgmode@gnu.org Am 04.11.2017 um 22:15 schrieb Nicolas Goaziou: > > Use `org-with-limited-levels' macro to ignore inlinetasks, e.g.: > > (org-with-limited-levels (org-back-to-heading)) > > This is how Org somewhat handles inlinetasks. > > /me closes the can of worms. > > Regards, > Good enough for me too. Thanx ! Best regards Marc