From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: Separate function for config listing from org-submit-bug-report Date: Mon, 26 Oct 2009 19:50:16 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2Vad-0008Si-CV for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 15:50:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2VaY-0008NY-Iw for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 15:50:50 -0400 Received: from [199.232.76.173] (port=55176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2VaY-0008ND-E5 for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 15:50:46 -0400 Received: from lo.gmane.org ([80.91.229.12]:33610) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N2VaX-0006sM-So for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 15:50:46 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N2VaW-0003Cz-2N for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 20:50:44 +0100 Received: from 24-216-241-93.dhcp.mdfd.or.charter.com ([24.216.241.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 20:50:44 +0100 Received: from jtk by 24-216-241-93.dhcp.mdfd.or.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 20:50:44 +0100 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@gnu.org The code to list a user's Org configuration which differs from the defaults is very useful. However, I've never run the M-x org-submit-bug-report command to completion, since I'm prompted for my GMail IMAP password before the config output is shown. I wouldn't want to spam the list with test data. I'd like to make a feature request that the configuration-dump code be refactored to a separate command which can be inserted at point or to a new buffer. org-submit-bug-report would call this function to build it's message. I couldn't get the form inside of (org.el): (when (yes-or-no-p "Include your Org-mode configuration ") .... ) to execute in the scratch buffer. Thanks, Jeff