From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: org--string-from-props Date: Fri, 26 Oct 2018 08:34:24 +0100 Message-ID: <87efcdnou7.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFwdr-0005XH-BZ for emacs-orgmode@gnu.org; Fri, 26 Oct 2018 03:34:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFwdm-0008Aq-0A for emacs-orgmode@gnu.org; Fri, 26 Oct 2018 03:34:47 -0400 Received: from [195.159.176.226] (port=44196 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFwdl-00088r-PN for emacs-orgmode@gnu.org; Fri, 26 Oct 2018 03:34:41 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gFwbc-0001Pw-Dv for emacs-orgmode@gnu.org; Fri, 26 Oct 2018 09:32:28 +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" To: emacs-orgmode@gnu.org I think there may be an issue with commit b886ebbc8924916c1e36df00639b3208a1c155a2. Using tables, I now get an error: org--string-from-props: Un-handled `display' value: (space :width 1) which goes away when I revert the commit. Best wishes,