all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug in org-export--get-inbuffer-options?
@ 2015-12-17 17:04 Ilya Yanok
  0 siblings, 0 replies; only message in thread
From: Ilya Yanok @ 2015-12-17 17:04 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-17 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 17:04 Bug in org-export--get-inbuffer-options? Ilya Yanok

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.