From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to elegantly and effectively quote org fragments? Date: Mon, 01 Jun 2015 19:20:08 +0200 Message-ID: <87382btkfr.fsf@nicolasgoaziou.fr> References: <21853.2216.358897.903242@frac.u-strasbg.fr> <871ti94mjk.fsf@nicolasgoaziou.fr> <21854.45700.397098.880360@frac.u-strasbg.fr> <87zj4vdpzc.fsf@nicolasgoaziou.fr> <21858.56912.830417.984657@frac.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzTMP-00042J-66 for emacs-orgmode@gnu.org; Mon, 01 Jun 2015 13:18:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzTMO-00009m-8V for emacs-orgmode@gnu.org; Mon, 01 Jun 2015 13:18:49 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:41227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzTMO-00009f-2c for emacs-orgmode@gnu.org; Mon, 01 Jun 2015 13:18:48 -0400 In-Reply-To: <21858.56912.830417.984657@frac.u-strasbg.fr> (Alain Cochard's message of "Mon, 25 May 2015 10:33:20 +0200") 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: Alain.Cochard@unistra.fr Cc: emacs-orgmode@gnu.org Alain.Cochard@unistra.fr writes: > > > I understand that the indentation is virtual; it is just that I would > > > (ideally) expect for the quoted example to visually look the same as > > > it does in an org buffer. > > > > That's not possible. > > I understand that now. I'll stay disappointed about it :-) What about using real indentation? > To the extent that I understand the terminology, I was talking about > escaping mechanism: it would be nice if the escaping commas could be > made invisible and not using any space. I think it would be confusing as some Org constructs would appear as active in current document whereas they are really in an Org src-block. Regards,