From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: How to add more markups and formatting for markups to Org Date: Sun, 31 May 2015 18:25:46 +0200 Message-ID: <20150531162546.GA17578@chitra.no-ip.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1433089569 1326 80.91.229.3 (31 May 2015 16:26:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 May 2015 16:26:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 31 18:26:09 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yz63r-00008b-Vn for geh-help-gnu-emacs@m.gmane.org; Sun, 31 May 2015 18:26:08 +0200 Original-Received: from localhost ([::1]:42553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz63r-0005e5-Fq for geh-help-gnu-emacs@m.gmane.org; Sun, 31 May 2015 12:26:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz63e-0005dp-8X for help-gnu-emacs@gnu.org; Sun, 31 May 2015 12:25:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yz63b-0006Kw-1M for help-gnu-emacs@gnu.org; Sun, 31 May 2015 12:25:54 -0400 Original-Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:33851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz63a-0006Kf-RB for help-gnu-emacs@gnu.org; Sun, 31 May 2015 12:25:50 -0400 Original-Received: by wgv5 with SMTP id 5so96817853wgv.1 for ; Sun, 31 May 2015 09:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Ojn0ennvzXfeQB19ebEofxrc/UWDukxTKiSYzxIyti8=; b=N7rnSbrNgOQgs/Q0/jb6VTgoT52NDSZln7a182HEHq8EQi7vIfX03atiClrzLgdGWp NzqdrbVvKXcw1RbnAWODmY4VCGdYU54UhpQyeKFdALzoaSwyR2azklQVyMnKCZDJhe/e zAt6WHjulcmA67GGHJ9NQiS2pAJRIGwiSUCcgsZeCyQroHgH9DA6vEpsBrXSRvOIIKFv Nexignk4QO6czj/qNuWoe2QDkefgso+iezLO2SkrPFBxKwFDow+Gc9whVKEAnDUDJ2fb N/W3R3n8UI073eeoGVKDNfqs8JJE37L84oyaajMUDsqgyMBqF+ixD76ESOY+fePXLG5Q PBHA== X-Received: by 10.194.133.73 with SMTP id pa9mr33883820wjb.148.1433089549453; Sun, 31 May 2015 09:25:49 -0700 (PDT) Original-Received: from chitra.no-ip.org (ip82-139-115-46.lijbrandt.net. [82.139.115.46]) by mx.google.com with ESMTPSA id ew10sm12569060wic.22.2015.05.31.09.25.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 May 2015 09:25:48 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22f X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104705 Archived-At: On Sun, May 31, 2015 at 08:43:35AM -0700, Tu, Do wrote: > For example, anything in between *...* is bold by default. I want to add a markup with my own formatting for such markup, i.e. ... with a box surrounds such markup. I also want the mark up to be compatible with (setq org-hide-emphasis-markers t). That is, when the variable is set to t, the and tags should disappear, leaving the text between it with the specified formatting above. See: (describe-variable (quote org-emphasis-alist)) Note, I do not think sequence of characters are allowed, only single characters. Hope this helps, -- Suvayu Open source is the future. It sets us free.