From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: calc vmode function is probably broken Date: Fri, 05 Jun 2015 11:56:11 -0400 Message-ID: <87wpzif8tg.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0tzh-0005Ko-8r for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 11:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0tzc-00051T-Vu for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 11:57:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:37365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0tzc-0004zG-PQ for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 11:57:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z0tzG-0007He-Dk for emacs-orgmode@gnu.org; Fri, 05 Jun 2015 17:56:50 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jun 2015 17:56:45 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Jun 2015 17:56:45 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Jude DaShiell writes: > I write that since a few minutes ago, I sorted columns 2-5 in > numerical order with m-x org-table-sort-lines then returned to the top > of file and did cu+cc+cc and checked the mode row and vmode still > returned only zeros. > There is no calc vmode function: what you see is the result of calling an undefined function with a format. If you change "vmode" to "foo", you'll still get zeros. Nick