From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: [RFC] Rewrite indentation functions Date: Wed, 30 Apr 2014 19:08:29 +0200 Message-ID: <4E9A5FE9-E1F3-4075-B5A7-BE3DAB352FAE@agrarianresearch.org> References: <87oazjnf55.fsf@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfXzw-00060B-Ff for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfXzo-0001jB-RT for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:08:44 -0400 Received: from mail-ee0-f49.google.com ([74.125.83.49]:64797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfXzo-0001iS-Lu for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:08:36 -0400 Received: by mail-ee0-f49.google.com with SMTP id e53so1582600eek.22 for ; Wed, 30 Apr 2014 10:08:35 -0700 (PDT) In-Reply-To: <87oazjnf55.fsf@gmail.com> 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 Cc: org-mode mailing list >=20 > 1. Indentation of the first line of an element should be, when > applicable, relative to the /first line/ of the element before. > Therefore, in the following example >=20 > Some long paragraph > with multiple line >=20 > XAnother paragraph >=20 It is almost surely something that you must have thought of.=20 You seem to be using X as a special character. What if a paragraph = starts with X? Would you want to use a double X?=20 It does not seem very elegant to use X. Would it break ispell? Can we = have a space between X and the actual first word of the paragraph (as we = do with *s for headlines and -/+ for lists)? And could one use another = character? Vikas