From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: how to change the headline starter * Date: Sun, 17 Jul 2011 11:59:19 +0200 Message-ID: <4E22B277.8010305@christianmoe.com> References: <1240511841.2591431310664738370.JavaMail.root@zimbra29-e5.priv.proxad.net> <874o2optjt.fsf@praet.org> <87hb6netf6.fsf@nzebook.haselwarter.org> <87hb6ml6ta.fsf@praet.org> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiO5K-0007B3-4b for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 05:56:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiO5I-0007NS-W2 for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 05:56:26 -0400 Received: from mars.hitrost.net ([91.185.211.18]:54166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiO5I-0007NF-IZ for emacs-orgmode@gnu.org; Sun, 17 Jul 2011 05:56:24 -0400 In-Reply-To: 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: Aankhen Cc: Philipp Haselwarter , Org mailing list , Pieter Praet On 7/17/11 10:08 AM, Aankhen wrote (in response to Pieter Prat): >> What the OP is suggesting effectively nullifies the separation between >> > model and view in that it would allow changing Org-mode's outlining >> > markup at its very core, potentially leading to a wildgrowth of "custom" >> > markup formats which could hardly be called "plain text" anymore, not to >> > mention the avalanche of PEBCAK-related bug reports it may unleash. > I’m very confused. Couldn’t the compatibility and standardization > problems be avoided entirely by indicating the character at the top of > the file if it differs from the norm? > > And why would, say, changing the headline starter from ‘*’ to ‘+’ make > it any less of a plain text format? Or, for that matter, changing it > to ‘→’? These are all valid UTF-8 characters that any Unicode-aware > application is expected to understand and deal with. > Fwiw, I disagree: I think this is to confuse syntax with view. Model = entry with heading Syntax = * View = * (colorized) Compare HTML: Model = heading, 1st level Syntax =

...

View = larger font-size, bold With CSS, HTML allows you to make headings look like anything you want. (Yes, they could even begin with a star!) But noone would request the right to write them (h1)...(/h1) or \h1{...} instead, just because they don't like the way angle brackets look. Yet that's the kind of change that has been discussed in this thread. In Org-mode, I assume the view could be changed with overlays, at a cost in efficiency. If that were implemented, Harven could type stars, but see bullets. He should still type stars because they're part of the syntax, not of the view. There is /some/ support for prettifying headlines already: [[info:org#Clean view]] Me, I'm fine with the status quo: This is /not/ a feature request. Yours, Christian