From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark E. Shoulson" Subject: Re: org-pop-mode Date: Sun, 22 Mar 2020 10:58:20 -0400 Message-ID: <7f5a3798-9128-ac69-c0b2-8f0b9844ab81@shoulson.com> References: <7d38c66d-6ea5-ff8f-ee39-142c8dbdcd18@kli.org> <87blou171h.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35356) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jG23S-0002Eo-VQ for emacs-orgmode@gnu.org; Sun, 22 Mar 2020 10:58:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jG23R-0003gG-W1 for emacs-orgmode@gnu.org; Sun, 22 Mar 2020 10:58:22 -0400 Received: from pi.meson.org ([96.56.207.26]:60054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jG23R-0003g4-SS for emacs-orgmode@gnu.org; Sun, 22 Mar 2020 10:58:21 -0400 Received: from nagas.meson.org (nagas [192.168.2.101]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by pi.meson.org (Postfix) with ESMTPS id 36230220418 for ; Sun, 22 Mar 2020 10:58:21 -0400 (EDT) In-Reply-To: <87blou171h.fsf@localhost> Content-Language: en-US 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org On 3/18/20 3:00 AM, Ihor Radchenko wrote: >> Any feedback? > >From the first glance it does not look too different from inline > headings. Could you highlight the difference? > > Best, > Ihor Oh! And I forgot a crucial feature that org-pop has over inline tasks:=20 you can put any amount of org-mode tree-structure inside an org-pop=20 digression.=C2=A0 Inline tasks seem to be limited to just body text; you=20 can't put sub-headings inside them, etc.=C2=A0 Org-pop digressions can=20 contain sub-headings and whatever other structure, even further=20 digressions and "pop"s.=C2=A0 So that's something significant that inline= =20 headings lack. ~mark