emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christian Moe <mail@christianmoe.com>
To: Aankhen <aankhen@gmail.com>
Cc: Philipp Haselwarter <philipp.haselwarter@gmx.de>,
	Org mailing list <emacs-orgmode@gnu.org>,
	Pieter Praet <pieter@praet.org>
Subject: Re: how to change the headline starter *
Date: Sun, 17 Jul 2011 11:59:19 +0200	[thread overview]
Message-ID: <4E22B277.8010305@christianmoe.com> (raw)
In-Reply-To: <CAKXcKvcuUgS=j29A=0WOfKu=DWvDakHL7Rb7Oi1fc4BemmTuxw@mail.gmail.com>

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 = <h1>...</h1>
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

  reply	other threads:[~2011-07-17  9:56 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1728286333.2576351310650722865.JavaMail.root@zimbra29-e5.priv.proxad.net>
2011-07-14 13:53 ` how to change the headline starter * harven
2011-07-14 15:47   ` Bastien
2011-07-14 17:32     ` harven
2011-07-14 18:01       ` Nick Dokos
2011-07-16  2:05         ` Carsten Dominik
2011-07-16  6:20           ` harven
2011-07-16 10:33             ` Bastien
2011-07-16 10:31           ` Bastien
2011-07-19  5:16             ` Carsten Dominik
2011-07-25 21:33               ` Bastien
2011-07-14 19:10       ` Pieter Praet
2011-07-15 10:21         ` Philipp Haselwarter
2011-07-15 10:40           ` Jambunathan K
2011-07-16 12:59           ` Pieter Praet
2011-07-17  8:08             ` Aankhen
2011-07-17  9:59               ` Christian Moe [this message]
2011-07-17 14:53             ` Marcus Klemm
2011-07-17 19:19               ` Bastien
2011-07-17 19:43                 ` Achim Gratz
2011-07-18  8:16                   ` Bastien
2011-08-13 13:46                 ` Matt Lundin
2011-08-13 14:16                   ` Matt Lundin
2011-08-16 16:40                     ` Bastien
2011-07-15 11:30         ` Memnon Anon
2011-07-15 10:49       ` Bastien
2011-07-15 18:19         ` Achim Gratz
2011-07-15 21:04           ` harven
2011-07-15 21:55             ` harven
2011-07-16 11:12             ` Bastien
2011-07-16 11:08           ` Bastien
2011-07-15 11:03       ` Bastien
2011-07-14 19:28     ` Philipp Haselwarter
2011-07-15 10:52       ` Nicolas Goaziou
2011-07-15 11:30         ` Memnon Anon
2011-07-15 11:51           ` Bastien
2011-07-15 11:50         ` Bastien
2011-07-15 12:08           ` Nicolas Goaziou
2011-07-16 11:22             ` Bastien
2011-07-15 10:56       ` Bastien
2011-07-25 10:12         ` org-icons package (was: how to change the headline starter *) Renzo Been
2011-07-27 15:50           ` org-icons package Bastien
2011-06-11 18:58 how to change the headline starter * harven
2011-06-13 20:32 ` Darlan Cavalcante Moreira
2011-07-02  9:48   ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E22B277.8010305@christianmoe.com \
    --to=mail@christianmoe.com \
    --cc=aankhen@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=philipp.haselwarter@gmx.de \
    --cc=pieter@praet.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).