From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to treat `' as code quote (~~). Date: Tue, 25 Jul 2017 09:01:43 +0200 Message-ID: <87pocp80fc.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZtqm-0007pG-Ar for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 03:01:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZtql-00021A-JQ for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 03:01:48 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:39248) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dZtql-00020k-D3 for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 03:01:47 -0400 In-Reply-To: (Shiyao MA's message of "Tue, 25 Jul 2017 11:52:25 +0800") 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: Shiyao MA Cc: emacs-orgmode@gnu.org Hello, Shiyao MA writes: > I wanna quote function name. > ~~ is really hard to type, and looks to obtrusive. > > Possible to add a new code quote as `' ? > I mean use ` ' to replace ~ ~. It depends on where you want to replace it. Extending syntax is not really possible. However, you could replace `...' with ~...~ just before exporting a buffer. Also, you can hide emphasis markers if they are too intrusive, and use =...= instead of ~...~ if the latter is too hard to type. Regards, -- Nicolas Goaziou