From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Help checking orgcard.pdf Date: Sat, 11 Feb 2017 17:49:31 -0500 Message-ID: <87tw80wdfo.fsf@kyleam.com> References: <8760koh8o9.fsf@kyleam.com> <87k2945pgt.fsf@kyleam.com> <87h9485o7p.fsf@kyleam.com> <87mvdwt6o6.fsf@kyleam.com> <87mvdvguou.fsf@kyleam.com> <87k28zgs3h.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccgUF-0004Fc-HN for emacs-orgmode@gnu.org; Sat, 11 Feb 2017 17:49:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccgUC-0002KD-EB for emacs-orgmode@gnu.org; Sat, 11 Feb 2017 17:49:47 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:50098 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ccgUC-0002K2-8y for emacs-orgmode@gnu.org; Sat, 11 Feb 2017 17:49:44 -0500 In-Reply-To: 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" To: "Charles C. Berry" Cc: emacs-org list "Charles C. Berry" writes: > Sorry not to be sending a patch, but I figured I should at least mention > that these are not current: > > > \key{export visible part only}{C-c C-e v} > \key{insert template of export options}{C-c C-e t} With e50cd98f9, I've update these, as well as added keys for other options listed in (info "(org)The Export Dispatcher"). > Also `C-c C-e' brings up the export dispatcher menu (by default) where > options to select the visible part or insert a template are revealed. So, > mention of the correct incantations need not appear in the refcard. True, but because there's space on the page and because commands for the agenda dispatch are mentioned, I chose to leave them (well, actually add more). > Also AFAICS, this one is not current either: > > \key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}} Hmm, C-c C-x \ is bound to org-toggle-pretty-entities, so the binding is correct. Is the description no longer accurate? -- Kyle