--- Gio 23/4/09, Rainer Thiel <r.th...@uni-jena.de> ha scritto: > grazie per aver risposto così presto.
Rainer, keine Ursache. > 2009/4/23 Giovanni Ridolfi <giovanni.rido...@yahoo.it>: > > > > --- Gio 23/4/09, Rainer Thiel <r.th...@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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode