emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: r.thiel@uni-jena.de
Cc: org-mode emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: feature request: checkboxes in tables
Date: Fri, 24 Apr 2009 08:23:23 +0000 (GMT)	[thread overview]
Message-ID: <235515.29945.qm@web28303.mail.ukl.yahoo.com> (raw)


--- Gio 23/4/09, Rainer Thiel <r.thiel@uni-jena.de> ha scritto:
> grazie per aver risposto così presto.

Rainer,
keine Ursache.

> 2009/4/23 Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>:
> >
> > --- Gio 23/4/09, Rainer Thiel <r.thiel@uni-jena.de>
> > ha scritto:
> > > I am wondering if it might be possible to allow 
> > > check boxes in table columns.
> > > 
> > > | Name  | announcement made [2/4] | hotel booked [2/4] |
> > > |-------+-------------------------+--------------------|
> > > | Bill  | [ ]                     | [X]                |
> > > | Jane  | [X]                     | [X]                |
> > > 
> > please have a look at the Bastien's column view
> > tutorial:
> >
> > http://orgmode.org/worg/org-tutorials/org-column-view-tutorial.php
> >
> > section:"Adding summary-types for some properties "
> 
> As far as I can see (but I may well have overlooked
> something), 

:-(

> this
> describes only how to get a mark in the head of the table
> when ALL items are flagged, 

???? :-(  :-(

> not how get a head entry dewcribing HOW
> MANY items are, which was what I was trying to do.  
> I suspect  this is already
> possible, too, but so far I can't see how to do it.
> 

Please
1) As written in the bottom of the mail:

Remember: use `Reply All' to send replies to the list.

2 ) Please, read more carefully Bastien's tutorial [1], 

    [1] e.g. what does it mean "%9Approved(Approved?){X}"

    and also be so kind to have a look at Chapter 7 of the 
    manual, specifically at paragraph 7.5!

Everything is clearly explained. 

However this seems to be a solution for your question:

-------------------test.org---------------
      -*- mode: org; -*-
* [2009-04-24 ven] column view 4 Rainer
#+BEGIN: columnview :hlines 1 :id "Conference"
| Name                                    | announcement made | hotel booked |
|-----------------------------------------+-------------------+--------------|
| * [2009-04-24 ven] column view 4 Rainer | [0/2]             | [2/2]        |
| ** Bill                                 | [ ]               | [X]          |
| ** Jane                                 | [ ]               | [X]          |
#+END:

:PROPERTIES:
:COLUMNS: %10ITEM(Name) %20Ann(announcement made){X/} %20Hotel(hotel booked){X/}
:ID: Conference
:Ann_ALL: "[ ]" "[X]"
:Hotel_ALL: "[ ]" "[X]"
:END:
** Bill
:PROPERTIES:
:ID: Conference
:Ann: [ ]
:Hotel: [X]
:END:
** Jane
:PROPERTIES:
:ID: Conference
:Ann: [ ]
:Hotel: [X]
:END:


cheers
Giovanni




             reply	other threads:[~2009-04-24  8:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-24  8:23 Giovanni Ridolfi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-23  9:49 feature request: checkboxes in tables Giovanni Ridolfi
2009-04-23  9:23 Rainer Thiel

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=235515.29945.qm@web28303.mail.ukl.yahoo.com \
    --to=giovanni.ridolfi@yahoo.it \
    --cc=emacs-orgmode@gnu.org \
    --cc=r.thiel@uni-jena.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).