all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Rainer Stengele <rainer.stengele@online.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to collect status of all checkboxes in lower subtrees
Date: Thu, 10 Oct 2013 17:05:45 +0100	[thread overview]
Message-ID: <87vc153ycm.fsf@ucl.ac.uk> (raw)
In-Reply-To: l35v2a$5q9$1@ger.gmane.org

Rainer Stengele <rainer.stengele@online.de> writes:

> Hi!
>
> I have a headline with several sub headlines and sub items in lists.
> Scattered all over I have checkboxes.
> I would very much like to collect and see the overall status of unchecked checkboxes.

Not sure you can do what you want.  However, if you change the checkbox
lists to headlines with TODOs, what you want is possible:

#+begin_src org
  ,* project [2/6]
  ,** [1/3] subproject 1
  ,*** TODO todo 1
  ,*** DONE todo 2
  ,*** TODO todo 3
  ,** [1/3] sub subproject 1
  ,*** TODO todo 1
  ,*** TODO todo 2
  ,*** DONE todo 3
#+end_src
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.2.1-76-g5afd5d

  reply	other threads:[~2013-10-10 17:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-10 10:21 How to collect status of all checkboxes in lower subtrees Rainer Stengele
2013-10-10 16:05 ` Eric S Fraga [this message]
2013-10-12 14:21   ` Rainer Stengele
2013-10-15  7:55     ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vc153ycm.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=rainer.stengele@online.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.