From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: small caps Date: Thu, 29 Oct 2015 17:25:49 +0000 Message-ID: <87a8r1y4bm.fsf@gmail.com> References: <87si4toc4g.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqy6-000449-NQ for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:26:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrqy1-0007VC-BP for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:26:30 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:35484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqy1-0007V8-0a for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:26:25 -0400 Received: by wicll6 with SMTP id ll6so234326157wic.0 for ; Thu, 29 Oct 2015 10:26:24 -0700 (PDT) In-Reply-To: <87si4toc4g.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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou , Matt Price Cc: Org Mode Hi Nicolas, 2015ko urriak 29an, Nicolas Goaziou-ek idatzi zuen: >=20 > Hello, >=20 > Matt Price writes: >=20 >> do we have a syntax for the "small caps" text attribute in Org? >=20 > No, we don't. >=20 >> If not, should we? >=20 > We cannot have a syntax for everything. A macro can probably replace > missing syntax.=20 This is true. But small-caps are meaningful in a variety of contexts, and they are not a truly new syntax (requiring extra code in the parser), but rather can be handled exactly as the other emphasis markers. (They would require support from the exporters of course.) There=E2=80=99s also no rush. Maybe we could revisit the question of adding small caps after the emphasis changes you indicated in the roadmap thread are decided on. Those might change the cost:benefit evaluation for adding this feature. (FWIW, I=E2=80=99d be in favor of the addition unless some major new consid= eration is introduced by the emphasis changes. A good proportion of the documents I write in Org use small caps somehow. It would be good to know for how many other users that is the case.) --=20 Aaron Ecay