From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Comments in @example in org.texi Date: Tue, 13 Jan 2015 15:32:01 +0100 Message-ID: <871tmykazi.fsf@nicolasgoaziou.fr> References: <87ppaikhx5.fsf@gmx.us> 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]:59874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB2Ur-0003yG-0L for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 09:31:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB2Um-0007t7-Mk for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 09:31:04 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:60127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB2Um-0007sT-I1 for emacs-orgmode@gnu.org; Tue, 13 Jan 2015 09:31:00 -0500 In-Reply-To: <87ppaikhx5.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 13 Jan 2015 13:02:14 +0100") 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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > In org.texi, sometimes examples have comments with (=C2=B7) and sometimes= with > @r{=C2=B7}. E.g. > > @example > #+TOC: headlines 1 local (insert local TOC, with direct children only) > @end example > > And > > @example > #+INCLUDE: "~/.emacs" :lines "5-10" @r{Include lines 5 to 10, 10 exc= luded} > @end example > > Is there any logic behind when @r{=C2=B7} and when (=C2=B7) is used? I don't think so. > Or should we try to make it more coherent? IMO @r{.} should be used everywhere in these situations. Regards, --=20 Nicolas Goaziou