From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: Autoopen TODOs AND checkboxes? Date: Wed, 28 May 2014 09:24:41 +0200 Message-ID: <87a9a2l612.fsf@mailbox.org> References: <874n0b5xiy.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpZPz-0004sL-NE for emacs-orgmode@gnu.org; Wed, 28 May 2014 04:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WpZPt-000570-B0 for emacs-orgmode@gnu.org; Wed, 28 May 2014 04:41:03 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:55507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpZPt-00056v-1F for emacs-orgmode@gnu.org; Wed, 28 May 2014 04:40:57 -0400 In-Reply-To: <874n0b5xiy.fsf@skimble.plus.com> (Sharon Kimble's message of "Tue, 27 May 2014 11:25:09 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sharon Kimble Cc: org-mode On 2014-05-27 12:25 Sharon Kimble wrote: > In my "organiser" page I have a mixed bag of TODO lists and also > checkbox lists. If I have at the top of the page "#+STARTUP: content" > it opens just showing all of the TODO lists and none of the checkbox > lists. But if I have "#+STARTUP: showall" it shows everything, > including all the hidden dates on the TODOs. > > How can I get it to just show all the TODOs and all of the > checkboxes please? I do not think this is possible by merely defining the STARTUP directive. You will probably need some custom elisp to accomplish this. Take a look at org-map-entries to iterate over every headline in the file and reveal the stuff you want to see. That custom elisp can be put into org-mode-hook, maybe checking if you are in the right file. Note: I am just brainstorming here, there might be a solution that is a lot easier. Regards, -- Alexander Baier