From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexis Subject: Re: Hiding checked items in a checkbox list (FR?) Date: Sun, 01 Jun 2014 15:40:42 +1000 Message-ID: <87oaydp4px.fsf@gmail.com> References: <874n05p6j0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqyVu-0001YC-EU for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 01:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqyVl-0005ob-Dr for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 01:40:58 -0400 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:34532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqyVl-0005oW-6Z for emacs-orgmode@gnu.org; Sun, 01 Jun 2014 01:40:49 -0400 Received: by mail-pd0-f169.google.com with SMTP id w10so2345130pde.28 for ; Sat, 31 May 2014 22:40:47 -0700 (PDT) Received: from localhost (ppp118-209-145-187.lns20.mel6.internode.on.net. [118.209.145.187]) by mx.google.com with ESMTPSA id yv7sm43786898pac.33.2014.05.31.22.40.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 31 May 2014 22:40:46 -0700 (PDT) In-reply-to: <874n05p6j0.fsf@gmail.com> 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 Sergio Pokrovskij writes: > The next problem is that MobileOrg should respect the preliminary > hiding done before the visit to the shop. I do not request that it > hide the checked (= bought) items as well (actually I'd prefer it to > leave them checked and visible; but also its hiding-on-the-fly is > quite acceptable). Sorry, but i'm not sure i follow. Do you mean something like the following example workflow? 1. Have list of (say) 10 grocery items in org-mode. 2. Initially mark all of them as 'unneeded' by checking all items with a single command. 3. Uncheck (say) 3 items that are 'needed'. 4. Run org-mobile-push. 5. MobileOrg displays only the 3 'needed' items; the other 7 checked (i.e. unneeded) items are hidden. 6. As items are purchased and checked off the list, they can either: (a) remain visible; or (b) become hidden upon being checked. Is that correct? Alexis.