From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] Two problems with defcustom of org-structure-template-alist Date: Wed, 03 Jul 2013 19:47:48 +0200 Message-ID: <874ncb8ri3.fsf@bzg.ath.cx> References: <87bo6jzlps.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuR9s-0007f8-4R for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 13:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuR9j-0008OP-8T for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 13:48:00 -0400 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:41630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuR9j-0008OG-3E for emacs-orgmode@gnu.org; Wed, 03 Jul 2013 13:47:51 -0400 Received: by mail-wg0-f53.google.com with SMTP id y10so375949wgg.8 for ; Wed, 03 Jul 2013 10:47:50 -0700 (PDT) In-Reply-To: <87bo6jzlps.fsf@gmail.com> (Nick Dokos's message of "Wed, 03 Jul 2013 11:50:39 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: emacs-orgmode@gnu.org 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 add a third element (an empty > string) to those entries missing it, I can customize to my heart's > content. Thanks, I pushed this fix: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=a42c09 > The question is: is the Muse Template optional? If so, how does one > tell defcustom that? I did a cursory reading of the customization > chapter in the elisp manual but my brain refuses to cooperate. Well, mine refuses too :) -- Bastien