From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: POLL: Removing obsolete variables and features Date: Tue, 20 Feb 2007 09:37:40 +0100 Message-ID: <52790b50aa79455ca49a72a665f7e517@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJQVR-0001FM-EI for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 03:37:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJQVM-0001Dk-PI for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 03:37:48 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJQVM-0001Dh-Dk for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 03:37:44 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJQVM-0004ax-2W for emacs-orgmode@gnu.org; Tue, 20 Feb 2007 03:37:44 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi everyone, I am doing some cleaning up, and would like to remove from org-mode 11 customization variables (which I think nobody will ever use). I also plan to remove the ability to do CamelCase links entirely. Please VETO if you rely on any of these features, or if you think you might want to use it in the future. - Carsten ;; FIXME: This variable could be removed, default nil (defcustom org-startup-with-deadline-check nil ;; FIXME: This variable could be removed, default t (defcustom org-table-limit-column-width t ;; FIXME: This variable could be removed, default nil (defcustom org-table-formula-numbers-only nil ;; FIXME: This variable could be removed, default 'bracket (defcustom org-link-style 'bracket ;; FIXME: This variable could be removed, default "%s" (defcustom org-link-format "%s" ;; FIXME: This variable could be removed, default nil (defcustom org-file-link-context-use-camel-case nil ;; FIXME: I think this variable could be removed, default set to t (defcustom org-select-agenda-window t ;; FIXME: I think this variable could be removed, default set to t (defcustom org-fit-agenda-window t ;; FIXME: This variable could be removed, default nil (defcustom org-agenda-include-all-todo nil ;; FIXME: This variable could be removed, default t (defcustom org-export-ascii-show-new-buffer t ;; FIXME: This variable could be removed, default nil (defcustom org-export-html-show-new-buffer nil