From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: the comment environment does not work for checkboxes
Date: Fri, 29 Jul 2022 07:30:18 +0200 [thread overview]
Message-ID: <87a68s5vv9.fsf@mat.ucm.es> (raw)
Hi
Please consider
#+begin_src
* Everything [3/4]
:PROPERTIES:
:COLUMNS: %TODO %ITEM %Nr %Comp1 %Comp2
:COOKIE_DATA: aggregate
:TODO: [ ]
:COMP1: [1/2]
:COMP2: [1/2]
:END:
# *** DONE Books
# :PROPERTIES:
# :Nr: 1
# :Comp1: [X]
# :Comp2: [X]
# :END:
** DONE Car
:PROPERTIES:
:Nr: 2
:Comp1: [X]
:Comp2: [ ]
:END:
** DONE Food
:PROPERTIES:
:Nr: 3
:COMP1: [ ]
:COMP2: [X]
:END:
# **** WAIT Computer
# :PROPERTIES:
# :Nr: 4
# :Comp1: [X]
# :Comp2: [X]
# :END:
#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil :format "%5TODO(Status) %5Nr(Nr) %5Comp1(Comp1){X/} %5Comp2(Comp2){X/}"
| Status | Nr | Comp1 | Comp2 |
|--------+----+-------+-------|
| | | [1/2] | [1/2] |
| DONE | 2 | [X] | [ ] |
| DONE | 3 | [ ] | [X] |
#+END:
#+end_src
Which works as expected
While
#+begin_src
* Everything [3/4]
:PROPERTIES:
:COLUMNS: %TODO %ITEM %Nr %Comp1 %Comp2
:COOKIE_DATA: aggregate
:TODO: [ ]
:COMP1: [2/2]
:COMP2: [1/2]
:END:
# *** DONE Books
# :PROPERTIES:
# :Nr: 1
# :Comp1: [X]
# :Comp2: [X]
# :END:
** DONE Car
:PROPERTIES:
:Nr: 2
:Comp1: [X]
:Comp2: [ ]
:END:
** DONE Food
:PROPERTIES:
:Nr: 3
:COMP1: [1/1]
:COMP2: [1/1]
:END:
#+BEGIN_COMMENT
**** WAIT Computer
:PROPERTIES:
:Nr: 4
:Comp1: [X]
:Comp2: [X]
:END:
#+END_COMMENT
#+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil :format "%5TODO(Status) %5Nr(Nr) %5Comp1(Comp1){X/} %5Comp2(Comp2){X/}"
| Status | Nr | Comp1 | Comp2 |
|--------+----+-------+-------|
| | | [2/2] | [1/2] |
| DONE | 2 | [X] | [ ] |
| DONE | 3 | [1/1] | [1/1] |
#+END:
#+end_src
Does not. Any idea why?
--
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.
next reply other threads:[~2022-07-29 5:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-29 5:30 Uwe Brauer [this message]
2022-07-29 7:56 ` the comment environment does not work for checkboxes Dr. Arne Babenhauserheide
2022-07-29 14:39 ` Uwe Brauer
2022-07-30 5:27 ` [PATCH] " Ihor Radchenko
2022-07-30 5:40 ` Uwe Brauer
2022-07-30 5:55 ` Ihor Radchenko
2022-07-30 6:00 ` Uwe Brauer
2022-07-30 6:15 ` Ihor Radchenko
2022-07-30 6:23 ` Uwe Brauer
2022-07-30 12:09 ` Ihor Radchenko
2022-08-04 12:08 ` Uwe Brauer
2022-08-04 14:26 ` Ihor Radchenko
2022-08-07 9:41 ` Ihor Radchenko
2022-07-30 5:21 ` [SOLVED: src not comment] (was: the comment environment does not work for checkboxes) Uwe Brauer
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=87a68s5vv9.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 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.