* [ANN] Incompatible change in (eval ...) macros
@ 2017-12-17 8:46 Nicolas Goaziou
0 siblings, 0 replies; only message in thread
From: Nicolas Goaziou @ 2017-12-17 8:46 UTC (permalink / raw)
To: Org Mode List
Hello,
This is a heads-up about a small incompatible change in (eval ...)
macros. Here is the related ORG-NEWS entry:
Within =(eval ...)= macros, =$1=-like placeholders are always replaced
with a string. As a consequence, they must not be enclosed within
quotes. As an illustration, consider the following, now valid,
examples:
#+begin_example
,#+macro: join (eval (concat $1 $2))
,#+macro: sum (eval (+ (string-to-number $1) (string-to-number $2)))
{{{join(a,b)}}} => ab
{{{sum(1,2)}}} => 3
#+end_example
However, there is no change in non-eval macros:
#+begin_example
,#+macro: disp argument: $1
{{{disp(text)}}} => argument: text
#+end_example
This is necessary to fix an issue when the arguments of the macro
contain special characters (e.g., \ and ").
Regards,
--
Nicolas Goaziou 0x80A93738
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-17 8:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-17 8:46 [ANN] Incompatible change in (eval ...) macros Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).