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

2018-05-28 Thread Rasmus
Aaron Ecay writes: > Hi Rasmus, > > 2018ko maiatzak 27an, Rasmus-ek idatzi zuen: > > [...] > >> If there’s any better way to display the error > > org-display-warning? That’s great. Thanks! > [...] > >> + (mapconcat 'identity >> + '("Please update the entries of `%s'." >> +

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

2018-05-27 Thread Aaron Ecay
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

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

2018-05-27 Thread Rasmus
Hi, Here’s a patch that would check org-structure-template-alist for the "old" format. It just pops a user-error if the old format is detected (it checks if the cdr of org-structure-template-alist entries is a list). On my system, binding max-mini-window-height seems to have no effect. My test