From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#15887: Possibly incorrect custom :types Date: Thu, 14 Nov 2013 14:11:54 +0100 Message-ID: <87habfw2jp.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgwjN-0002wC-5c for emacs-orgmode@gnu.org; Thu, 14 Nov 2013 08:13:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgwjH-0001iE-48 for emacs-orgmode@gnu.org; Thu, 14 Nov 2013 08:13:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:37571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgwjH-0001i8-0s for emacs-orgmode@gnu.org; Thu, 14 Nov 2013 08:13:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VgwjG-0002RV-2s for emacs-orgmode@gnu.org; Thu, 14 Nov 2013 08:13:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Glenn Morris's message of "Wed, 13 Nov 2013 15:19:35 -0500") 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: Glenn Morris Cc: 15887@debbugs.gnu.org Glenn Morris writes: > Package: org-mode > > cus-test.el suggests the following variables may have incorrect > custom :types. (There may be some false positives.) > This refers to Org mode in current Emacs trunk. > > Eg, org-texinfo-filename does not have "nil" as an option. > > org-agenda-deadline-leaders > org-agenda-search-view-max-outline-level > org-ascii-format-drawer-function > org-ascii-format-inlinetask-function > org-babel-latex-htlatex > org-babel-latex-htlatex-packages > org-babel-lob-files > org-babel-python-None-to > org-babel-python-mode > org-babel-ruby-nil-to > org-export-async-init-file > org-export-with-creator > org-html-format-drawer-function > org-html-format-headline-function > org-html-format-inlinetask-function > org-html-with-latex > org-latex-format-drawer-function > org-latex-format-inlinetask-function > org-log-note-headings > org-mouse-1-follows-link > org-odt-format-drawer-function > org-odt-format-headline-function > org-odt-format-inlinetask-function > org-odt-with-latex > org-plantuml-jar-path > org-texinfo-filename > org-texinfo-format-drawer-function > org-texinfo-format-headline-function > org-texinfo-format-inlinetask-function > orgstruct-heading-prefix-regexp I fixed those problems in Org's maintainance branch, this will be part of the next merge. Thanks! -- Bastien