Re: [O] [BUG] Two problems with defcustom of org-structure-template-alist

2013-07-03 Thread Bastien
Hi Nick, Nick Dokos writes: > That's the first problem, but even after doing this, I still get a > (mismatch). > > I think the (second) problem now is that the Muse Template is not > optional as far as defcustom is concerned, but there are entries in the > list above with only two elements. If I

[O] [BUG] Two problems with defcustom of org-structure-template-alist

2013-07-03 Thread Nick Dokos
There seem to be two problem in the defcustom of org-structure-template-alist. It looks like this: --8<---cut here---start->8--- :type '(repeat (string :tag "Key") (string :tag "Template") (string :tag "Muse Template"))) --8<-