From mboxrd@z Thu Jan 1 00:00:00 1970 From: timor Subject: Re: Show presence of zero width spaces using overlay Date: Wed, 20 Apr 2016 01:20:35 +0200 Message-ID: References: <87h9excsku.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asewf-0002rV-VB for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 19:20:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asewe-000420-Ru for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 19:20:37 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:33361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asewe-00041w-LF for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 19:20:36 -0400 Received: by mail-wm0-x242.google.com with SMTP id y144so9136741wmd.0 for ; Tue, 19 Apr 2016 16:20:36 -0700 (PDT) In-Reply-To: <87h9excsku.fsf@nicolasgoaziou.fr> 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: mail@nicolasgoaziou.fr Cc: emacs-orgmode@gnu.org Hello Nicolas >> In plain-text parts of org documents (i.e. that would be exported as >> the content of

attributes in html, or to plain text paragraphs in >> Markdown, etc.), there shall be a way to treat strings in the same way >> as the surrounding plain text, which would otherwise be handled by >> org-mode in a special way. > > I don't understand. I don't really know how to express it better, so I will just give an example: "This ==is really verbatim== stuff." should be parsed and treated exactly like "This is really verbatim stuff." Right now, it is treated in the same way as ~code fragments~. In practice other delimiters than "==" would probably be chosen. It would be an element in org-emphasis-alist, that in fact prevents any emphasis at all. In effect, it would allow to really escape parts of paragraphs or link descriptions, or wherever these kinds of empahsis characters are valid. This is only an example of what I want to be able to do, no specification, sorry. regards timor