[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org Minor Mode (was Re: Low level trickery for changing character sy
From: |
Stefan Monnier |
Subject: |
Re: Org Minor Mode (was Re: Low level trickery for changing character syntax?) |
Date: |
Wed, 09 Apr 2014 08:50:56 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> The major "flaw" of Org-mode that inhibits its use as minor-mode is the
> wide-spread use of hard-coded regexps, i.e. regexps of this form
> ,--------------
> | "^\\*+ ... $"
> `--------------
Then, define some new org-header-regexp (defaults to "^\\*+") and change
all org*.el files to make use of it.
Stefan