Hi Rasmus, 2018ko maiatzak 27an, Rasmus-ek idatzi zuen:
[...] > If there’s any better way to display the error org-display-warning? [...] > + (mapconcat 'identity > + '("Please update the entries of `%s'." > + "" > + "In Org 9.2 the format was changed from something akin to" > + " (\"s\" \"#+BEGIN_SRC ?\\n#+END_SRC\" " > + "to something akin to" > + " (\"s\" . \"src\")" > + "See (info \"(org)org-structure-template-alist\")" > + "" > + "The following entries must be updated:" > + "" > + "%s" > + "%s") > + "\n") You could use a multiline string literal. IMO itʼs less ugly (but still ugly...) -- Aaron Ecay