From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: [bug, org-table] new hline doesn't update formula Date: Fri, 15 May 2015 19:34:09 +0200 Message-ID: <87zj55wxri.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtJV8-0002xU-Kv for emacs-orgmode@gnu.org; Fri, 15 May 2015 13:34:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtJV3-0001jw-P7 for emacs-orgmode@gnu.org; Fri, 15 May 2015 13:34:22 -0400 Received: from plane.gmane.org ([80.91.229.3]:51065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtJV3-0001jV-Hu for emacs-orgmode@gnu.org; Fri, 15 May 2015 13:34:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YtJV1-0004vN-4n for emacs-orgmode@gnu.org; Fri, 15 May 2015 19:34:15 +0200 Received: from tsn109-201-154-145.dyn.nltelcom.net ([109.201.154.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 May 2015 19:34:15 +0200 Received: from rasmus by tsn109-201-154-145.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 May 2015 19:34:15 +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 Hi, Consider this example: |---+---+---| | a | b | c | | d | e | f | |---+---+---| | 1 | 2 | 3 | | 4 | 5 | 6 | |---+---+---| | 5 | 7 | 9 | #+TBLFM: @5=vsum(@II..@III) Insert a hline after |a|b|c|. The formula is now broken. Expected behavior: org-table-insert-hline should call org-table-fix-formulas, though this does not currently support hlines, it seems. I have no idea how trivial or hard this is to fix this... But hints or fixes are appreciated. —Rasmus -- The Kids call him Billy the Saint