* only one [/] or [%]?
@ 2009-01-28 15:57 Richard KLINDA
2009-01-28 16:25 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Richard KLINDA @ 2009-01-28 15:57 UTC (permalink / raw)
To: emacs-orgmode
Hi, I have noticed that you can only have one [/] or [%] in a headline.
Like in:
,----
| * TODO [/] [%] foo
| - [ ] a
| - [ ] b
`----
Only the [%] will be updated.
In an older version of org I used to use both in the same headline and
it worked. Is there some reason for this "regression"?
Thanks, Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: only one [/] or [%]?
2009-01-28 15:57 only one [/] or [%]? Richard KLINDA
@ 2009-01-28 16:25 ` Carsten Dominik
2009-01-29 10:47 ` Richard KLINDA
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-01-28 16:25 UTC (permalink / raw)
To: Richard KLINDA; +Cc: emacs-orgmode
On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote:
> Hi, I have noticed that you can only have one [/] or [%] in a
> headline.
>
> Like in:
>
> ,----
> | * TODO [/] [%] foo
> | - [ ] a
> | - [ ] b
> `----
>
> Only the [%] will be updated.
>
> In an older version of org I used to use both in the same headline and
> it worked.
Did that really ever work????
> Is there some reason for this "regression"?
No, no reason, and progress has reversed regression in the GIT repo.
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: only one [/] or [%]?
2009-01-28 16:25 ` Carsten Dominik
@ 2009-01-29 10:47 ` Richard KLINDA
2009-01-29 11:29 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Richard KLINDA @ 2009-01-29 10:47 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
>>>>> Regarding 'Re: only one [/] or [%]?'; Carsten Dominik adds:
> On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote:
>> Hi, I have noticed that you can only have one [/] or [%] in a
>> headline.
>> In an older version of org I used to use both in the same headline
>> and it worked.
> Did that really ever work????
Yes, I'm pretty sure of that because I always used it that way. :)
>> Is there some reason for this "regression"?
> No, no reason, and progress has reversed regression in the GIT repo.
:)
I think this feature could be added with a one-line change in
org-list.el "(defun org-update-checkbox-count (&optional all)"
,----
| OLD: continue-from (point-at-bol)
| NEW: continue-from (or beg-cookie (point-at-bol))
`----
So now you can have:
,----
| ** TODO [1/2] [1/2] [1/2] --- YIKES --- [1/2] [1/2] [1/2]
| - [X] foo
| - [ ] bar
`----
Please include this if you like it.
--
Udv, Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: only one [/] or [%]?
2009-01-29 10:47 ` Richard KLINDA
@ 2009-01-29 11:29 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2009-01-29 11:29 UTC (permalink / raw)
To: Richard KLINDA; +Cc: emacs-orgmode
Hi,
something like that is already in, since yesterday, both
for TODO items and for checkbox lists.
Thanks!
- Carsten
On Jan 29, 2009, at 11:47 AM, Richard KLINDA wrote:
>>>>>> Regarding 'Re: only one [/] or [%]?'; Carsten Dominik adds:
>
>
>> On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote:
>>> Hi, I have noticed that you can only have one [/] or [%] in a
>>> headline.
>
>>> In an older version of org I used to use both in the same headline
>>> and it worked.
>
>> Did that really ever work????
>
> Yes, I'm pretty sure of that because I always used it that way. :)
>
>>> Is there some reason for this "regression"?
>
>> No, no reason, and progress has reversed regression in the GIT repo.
>
> :)
>
> I think this feature could be added with a one-line change in
> org-list.el "(defun org-update-checkbox-count (&optional all)"
>
> ,----
> | OLD: continue-from (point-at-bol)
> | NEW: continue-from (or beg-cookie (point-at-bol))
> `----
>
> So now you can have:
>
> ,----
> | ** TODO [1/2] [1/2] [1/2] --- YIKES --- [1/2] [1/2] [1/2]
> | - [X] foo
> | - [ ] bar
> `----
>
> Please include this if you like it.
>
> --
> Udv, Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-29 11:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28 15:57 only one [/] or [%]? Richard KLINDA
2009-01-28 16:25 ` Carsten Dominik
2009-01-29 10:47 ` Richard KLINDA
2009-01-29 11:29 ` Carsten Dominik
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).