From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Riel Subject: [patch] small fix to org.texi Date: Sun, 13 Sep 2015 09:12:37 -0700 Message-ID: <20150913091237.18b122a6@gauss> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/5g1IR=CtO1cJ8HEaWdPZNaU" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb9ts-0001T9-5Z for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 12:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zb9to-0002qs-5I for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 12:13:08 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.229]:26310 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb9to-0002h6-1N for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 12:13:04 -0400 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: emacs-orgmode@gnu.org --MP_/5g1IR=CtO1cJ8HEaWdPZNaU Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline In "The export dispatcher", the phrase "from which it is possible to select an export format and to toggle export options." is repeated. This removes the duplication. -- Joe Riel --MP_/5g1IR=CtO1cJ8HEaWdPZNaU Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0003-doc-org.texi-The-export-dispatcher-elide-duplicate-p.patch >From b6319a36e57fdeb3318bcb02b2d76ba3e21e34c5 Mon Sep 17 00:00:00 2001 From: Joe Riel Date: Sat, 12 Sep 2015 14:23:42 -0700 Subject: [PATCH 3/3] * doc/org.texi: (The export dispatcher): elide duplicate phrase The phrase "from which it is possible to select an export format and to toggle export options." appeared both before and after the footnote. --- doc/org.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c630c7a..8de8efc 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -10600,8 +10600,7 @@ toggle export options@footnote{It is also possible to use a less intrusive interface by setting @code{org-export-dispatch-use-expert-ui} to a non-@code{nil} value. In that case, only a prompt is visible from the minibuffer. From there one can still switch back to regular menu by pressing -@key{?}.} from which it is possible to select an export format and to toggle -export options. +@key{?}.}. @table @asis @orgcmd{C-c C-e,org-export-dispatch} -- 2.1.4 --MP_/5g1IR=CtO1cJ8HEaWdPZNaU--