From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: (version 3) [PATCH] New feature: Use dvisvgm to preview latex formular Date: Mon, 16 May 2016 15:19:16 +0200 Message-ID: <87wpmuta23.fsf@saiph.selenimh> References: <87lh3dxibp.fsf@163.com> <87lh3chenz.fsf@163.com> <8737pjluy5.fsf_-_@163.com> <87posncycg.fsf@163.com> <87inyfuf4d.fsf@saiph.selenimh> <87k2iuin23.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2IQc-0004Cx-7g for emacs-orgmode@gnu.org; Mon, 16 May 2016 09:19:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2IQb-0002vV-5m for emacs-orgmode@gnu.org; Mon, 16 May 2016 09:19:22 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2IQa-0002vO-WE for emacs-orgmode@gnu.org; Mon, 16 May 2016 09:19:21 -0400 In-Reply-To: <87k2iuin23.fsf@163.com> (Feng Shu's message of "Mon, 16 May 2016 13:33:56 +0800") 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" To: Feng Shu Cc: orgmode-devel "Feng Shu" writes: > Nicolas Goaziou writes: >>> + :type 'alist) > > I need to help to deal with it, what about just remove :type? You cannot remove :type as it would make the defcustom invalid. However, I wouldn't bother much at the moment since the design is not yet finalized. Regards,