From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Riel Subject: Re: [patch] small fix to org.texi add TINYCHANGE Date: Sun, 13 Sep 2015 10:30:40 -0700 Message-ID: <20150913103040.6625e70f@gauss> References: <20150913091237.18b122a6@gauss> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/Sqn.1j=d7Gf962gpH3yWMRW" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbB76-0006WU-Qs for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 13:30:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbB72-0001Mt-9M for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 13:30:52 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.226]:57817 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbB72-0001MB-44 for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 13:30:48 -0400 In-Reply-To: <20150913091237.18b122a6@gauss> 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: Joe Riel Cc: emacs-orgmode@gnu.org --MP_/Sqn.1j=d7Gf962gpH3yWMRW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sun, 13 Sep 2015 09:12:37 -0700 Joe Riel wrote: > 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. The attached adds TINYCHANGE to the commit message. -- Joe Riel --MP_/Sqn.1j=d7Gf962gpH3yWMRW Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0003-doc-org.texi-elide-duplicate-phrase.patch >From 5fd27a2ec60b5199d711995ca0ed5e9810a658e4 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: elide duplicate phrase * doc/org.texi (The export dispatcher): The phrase "from which it is possible to select an export format and to toggle export options." appeared both before and after the footnote. Remove the redundancy. TINYCHANGE. --- 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_/Sqn.1j=d7Gf962gpH3yWMRW--