From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Shouldn't org-back-to-heading skip inline tasks ? Date: Sat, 04 Nov 2017 22:15:22 +0100 Message-ID: <87o9ohpwyd.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eB5mp-00022I-E7 for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 17:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eB5mo-0000eA-Kc for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 17:15:27 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:53147) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eB5mo-0000dj-EM for emacs-orgmode@gnu.org; Sat, 04 Nov 2017 17:15:26 -0400 In-Reply-To: (Marc Ihm's message of "Sat, 4 Nov 2017 16:44:55 +0100") 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" To: Marc Ihm Cc: emacs-orgmode@gnu.org Hello, Marc Ihm writes: > recently I have been surprised by the fact, that org-back-to-heading > (or outline-back-to-heading, for that matter) does stop at inline > tasks, > as can be tried easily with this org-snippet: > > > * foo > > *************** Inline > *************** END > > M-x org-back-to-heading 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, -- Nicolas Goaziou