From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-bullets extension Date: Mon, 11 Feb 2013 18:38:37 +0100 Message-ID: <87pq06agyq.fsf@bzg.ath.cx> References: <87fw37n0j4.fsf@gmail.com> <87obhri9ta.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4xLD-0005s7-B7 for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 12:38:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4xL9-0001Ul-7U for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 12:38:55 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:47702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4xL9-0001UT-0z for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 12:38:51 -0500 Received: by mail-wg0-f50.google.com with SMTP id es5so4968773wgb.29 for ; Mon, 11 Feb 2013 09:38:50 -0800 (PST) In-Reply-To: (E. Sabof's message of "Mon, 28 Jan 2013 00:41:26 +0000") 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: E Sabof Cc: emacs-orgmode@gnu.org, Jambunathan K E Sabof writes: > What is the current status of the package? Was it accepted? Was it > superseded?  org-bullets.el is in the contrib/ directory. > If it wasn't superseded, I might spend some time re-implementing it. I think it would be nice to adapt Jambunathan's solution for Org's core: something like a `org-replace-leading-stars' that, when non-nil, would be used as the char/string for compose-region. Then users could turn this on/off using #+STARTUP. What do you think? -- Bastien