emacs-orgmode
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions
From
:
Sławomir Grochowski
Subject
:
[FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'
Date
:
Wed, 1 Nov 2023 17:39:21 +0100
Dear All,
I was wondering how many states a checkbox has.
Based on
https://orgmode.org/manual/Checkboxes.html
I conclude that there are 3 states:
1. [ ] - not done
2. [ - ] - an intermediate state
3. [X] - done
So I think all 3 states should be available to choose from in the function 'org-columns-next-allowed-value''
for functions that use checkboxes.
In code this is a line
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/org-colview.el#n754
So I would change it from this:
- (`(,_ ,_ ,_ ,(or "X" "X/" "X%") ,_) '("[ ]" "[X]")))
to that:
+
(`(,_ ,_ ,_ ,(or "X" "X/" "X%") ,_) '("[ ]" "[-]" "[X]")))
What do you think?
Regards,
Sławomir Grochowski
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
[FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'
,
Sławomir Grochowski
<=
Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'
,
Sławomir Grochowski
,
2023/11/01
Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'
,
Ihor Radchenko
,
2023/11/05
Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'
,
Sławomir Grochowski
,
2023/11/05
Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'
,
Ihor Radchenko
,
2023/11/05
Prev by Date:
Re: Exporting Hyperlinks ?
Next by Date:
Re: Regression in latex export of tables?
Previous by thread:
[BUG] org, ispell [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
Next by thread:
Re: [FR] 'org-columns-next-allowed-value' for 'summary-checkbox'es functions should have 'intermediate state' '[-]'
Index(es):
Date
Thread