emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [patch] Check org-structure-template-alist


From: Aaron Ecay
Subject: Re: [O] [patch] Check org-structure-template-alist
Date: Sun, 27 May 2018 16:57:00 +0100
User-agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/27.0.50 (x86_64-pc-linux-gnu)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]