[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Tables for attendance lists - A problem understanding TBLFM?
From: |
Michael Brand |
Subject: |
Re: [O] Tables for attendance lists - A problem understanding TBLFM? |
Date: |
Tue, 9 Apr 2013 14:40:06 +0200 |
On Tue, Apr 9, 2013 at 5:31 AM, Nick Dokos <address@hidden> wrote:
> You can turn on formula debugging with C-c { and then you'd
> see that in Pancho's case, the list is ("") i.e. a list containing the
> empty string - a list of length 1. That might qualify as a bug (or not)
This issue is part of some old bugs that I discovered end of 2012. It
seems like my patch from then
http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commitdiff;h=764315
resolved it only partially and I missed the case of a range with only
empty fields, although I tested and approved it in my ERTs... The
attached patch corrects.
It is worth a small compatibility change: For a range with only empty
fields it is now possible and necessary to choose different behaviors
of vmean by adding the format specifiers E and/or N.
Michael
0001-org-table.el-Fix-range-len-bugs-for-empty-ranges.patch.txt
Description: Text document
- [O] Tables for attendance lists - A problem understanding TBLFM?, Gunnar Wolf, 2013/04/08
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Suvayu Ali, 2013/04/08
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Gunnar Wolf, 2013/04/08
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Nick Dokos, 2013/04/08
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Nick Dokos, 2013/04/08
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?,
Michael Brand <=
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Gunnar Wolf, 2013/04/09
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Bastien, 2013/04/09
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Michael Brand, 2013/04/11
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Michael Brand, 2013/04/14
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Bastien, 2013/04/14
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Michael Brand, 2013/04/14
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Bastien, 2013/04/14
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Gunnar Wolf, 2013/04/09
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Nick Dokos, 2013/04/09
- Re: [O] Tables for attendance lists - A problem understanding TBLFM?, Gunnar Wolf, 2013/04/09