From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aitor Subject: org-table-maybe-eval-formula: Beginning of buffer Date: Wed, 1 Feb 2017 12:58:17 +0100 Message-ID: <20170201115817.GA3704@sipc87.si.ehu.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYtYO-0006a1-W0 for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 06:58:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYtYL-00008y-Rx for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 06:58:25 -0500 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:33091) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYtYL-00008n-Ky for emacs-orgmode@gnu.org; Wed, 01 Feb 2017 06:58:21 -0500 Received: by mail-wm0-x243.google.com with SMTP id v77so5267994wmv.0 for ; Wed, 01 Feb 2017 03:58:21 -0800 (PST) Received: from sipc87.si.ehu.es (sipc87.si.ehu.es. [158.227.112.97]) by smtp.gmail.com with ESMTPSA id x69sm29158510wma.15.2017.02.01.03.58.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Feb 2017 03:58:19 -0800 (PST) Content-Disposition: inline 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" To: emacs-orgmode@gnu.org Hi all, I think I've been hit by an org-mode bug. I'm running the latest ELPA version (Org mode version 9.0.4 (9.0.4-elpaplus @ /home/user/.emacs.d/elpa/org-plus-contrib-20170124/)) and emacs 24.5 (GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2016-04-17 on lgw01-04, modified by Debian) The recipee for the bug is the following: $ echo -e "|foo|\n|bar|" > /tmp/foo.org $ emacs -Q M-: (load-file ".emacs.d/elpa/org-plus-contrib-20170124/org-plus-contrib-autoloads.el") C-x f /tmp/foo.org At the beginning of the file, press and the error occurs "(org-table-maybe-eval-formula: Beginning of buffer)" best, aitor