From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: [PATCH] ox.el: Fix typo in documentation Date: Thu, 25 Sep 2014 19:17:39 -0400 Message-ID: <87lhp7s31o.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXIGk-0007NG-TY for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 19:16:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXIGf-000439-Ag for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 19:16:14 -0400 Received: from mail-qc0-f181.google.com ([209.85.216.181]:35515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXIGf-000412-67 for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 19:16:09 -0400 Received: by mail-qc0-f181.google.com with SMTP id w7so3021166qcr.12 for ; Thu, 25 Sep 2014 16:16:03 -0700 (PDT) Received: from localhost ([130.132.173.177]) by mx.google.com with ESMTPSA id x6sm3270284qas.27.2014.09.25.16.16.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Sep 2014 16:16:02 -0700 (PDT) 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: Org-mode --=-=-= Content-Type: text/plain This patch fixes a small (but meaning-changing) typo. Thanks, Kyle --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-ox.el-Fix-typo-in-documentation.patch >From bf36c45322dda557d8d3057a85d7f2bd00dccc8c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 25 Sep 2014 19:11:33 -0400 Subject: [PATCH] ox.el: Fix typo in documentation * lisp/ox.el (org-export-show-temporary-export-buffer): Fix typo. TINYCHANGE --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index f01f951..59091fc 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -833,7 +833,7 @@ This variable can be either set to `buffer' or `subtree'." (defcustom org-export-show-temporary-export-buffer t "Non-nil means show buffer after exporting to temp buffer. -When Org exports to a file, the buffer visiting that file is ever +When Org exports to a file, the buffer visiting that file is never shown, but remains buried. However, when exporting to a temporary buffer, that buffer is popped up in a second window. When this variable is nil, the buffer remains buried also in -- 2.1.0 --=-=-=--