emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: heading with properties--> list?
Date: Wed, 20 Jul 2022 10:17:57 +0200	[thread overview]
Message-ID: <87y1wo2o5m.fsf@mat.ucm.es> (raw)

Hi

The following works nicely
#+begin_src 
* Over
  :PROPERTIES:
  :ID:       ef19f286-8769-4fe7-8f95-8167691257a0
  :COLUMNS:  %5TODO(Status) %5NR(Nr)
  :foo:      Over
  :NEW:      [0/3]
  :END:
** TODO Test
   :PROPERTIES:
   :Sent:     [X]
   :New:      [ ]
   :END:

** WAIT Test2
   :PROPERTIES:
   :Sent:     [X]
   :New:      [ ]
   :END:

** TODO Test3
   :PROPERTIES:
   :Sent:     [ ]
   :New:      [ ]
   :END:




#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil  :format "%5TODO(Status) %5Sent(Sent){X/} %New(New){X/}"
| Status | Sent  | New   |
|--------+-------+-------|
|        | [2/3] | [0/3] |
| TODO   | [X]   | [ ]   |
| WAIT   | [X]   | [ ]   |
| TODO   | [ ]   | [ ]   |
#+END:
#+end_src


However if I have very many Properties that table can get very wide.

Is there any function that would convert these headings into simple lists with sublist, such as

#+begin_src 
1. TODO Test
   1. [X] Sent
   2. [ ] New
2. TODO Test2
   1. [X] Sent
   2. [ ] New
3. TODO Test3
   1. [X] Sent
   2. [ ] New
#+end_src





-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 



                 reply	other threads:[~2022-07-20  8:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87y1wo2o5m.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    /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).