From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] Fix the single quote printed in the message printed by org-table-edit-formulas Date: Thu, 10 Mar 2016 11:38:53 -0500 Message-ID: <87oaamuw2q.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae3c6-0000VR-GS for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:39:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae3c3-0001qB-Rf for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:39:02 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:56314 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae3c3-0001q7-OB for emacs-orgmode@gnu.org; Thu, 10 Mar 2016 11:38:59 -0500 In-Reply-To: (Kaushal Modi's message of "Wed, 9 Mar 2016 11:18:17 -0500") 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: Kaushal Modi Cc: emacs-org list Kaushal Modi writes: [...] > - (message > + (message "%s" > (substitute-command-keys "\\\ > Edit formulas, finish with `\\[org-ctrl-c-ctrl-c]' or > `\\[org-edit-special]'. \ > See menu for more commands."))))) There are a few other places in Org that call "(message (substitute-command-keys ...))". I'd prefer this patch to take of them all in one go. -- Kyle