org-element: Ignore contiguous spaces in macro arguments
commit04bf4189221114c9cc8f996d47108cd89660d92b
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 29 Jan 2018 14:17:37 +0000 (29 15:17 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 29 Jan 2018 14:17:37 +0000 (29 15:17 +0100)
treec7f60b24fa47d4a49b23bf568f10951a4be0af71
parent55e8c6f9c3d19fe290f4f6102b57396ccc19581f
org-element: Ignore contiguous spaces in macro arguments

* lisp/org-element.el (org-element-macro-parser): Ignore
  non-meaningful spaces (e.g., indentation).
(org-element-macro-interpreter): Do not interpret macro from its raw
value.  Instead, build it again from its parsed contents.
lisp/org-element.el