From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Subject: Bug in org-export--get-inbuffer-options? Date: Thu, 17 Dec 2015 17:04:19 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9byp-00026X-Ro for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 12:04:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9byl-00037O-JX for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 12:04:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:42852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9byl-00036u-C6 for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 12:04:35 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a9byd-0002T4-K6 for emacs-orgmode@gnu.org; Thu, 17 Dec 2015 18:04:27 +0100 Received: from 46-126-95-61.dynamic.hispeed.ch ([46.126.95.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2015 18:04:27 +0100 Received: from ilya.yanok by 46-126-95-61.dynamic.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2015 18:04:27 +0100 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 Hello everybody, I'm getting a strange bug while trying to export my org file. the stacktrace shows that the problem is inside org-export--get-inbuffer-options function (ox.el). I've done some investigation and as I can see org-export--get-inbuffer-options calls org-element-map with the second argument being 'plain-text and the function calling org-element-set-element on the matched elements. But according to the org-element.el plain-text elements don't have any contents and can't be set! So it looks to me that something is clearly wrong here. Unfortunately I'm new to org-mode internals so I can't decide for myself how to fix that. Looking forward to hear your feedback. Regards, Ilya.