From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Unifty orgalist and org list behavior. Date: Sun, 15 Jul 2018 11:06:06 +0200 Message-ID: <8736wkvpfl.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fecyt-0007b7-DC for emacs-orgmode@gnu.org; Sun, 15 Jul 2018 05:06:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fecyq-0006xa-37 for emacs-orgmode@gnu.org; Sun, 15 Jul 2018 05:06:15 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:60951) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fecyp-0006wY-T2 for emacs-orgmode@gnu.org; Sun, 15 Jul 2018 05:06:12 -0400 In-Reply-To: (Uwe Brauer's message of "Sun, 15 Jul 2018 11:56:43 +0300") 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" To: Uwe Brauer Cc: emacs-orgmode Hello, Uwe Brauer writes: > I enjoy pretty much orgalist, which behaves slightly differently form > vanilla org mode lists. > > So could vanilla org mode list also include > > 1. An equivalent to orgalist-separated-items See `org-blank-before-new-entry'. > 2. Make org-cycle-list-bullet more similar to > orgalist-cycle-bullet: especially I liked > =E2=80=98-=E2=80=99 -> =E2=80=98+=E2=80=99 -> =E2=80=981.=E2=80= =99 -> =E2=80=98a.=E2=80=99 > > Over org vanillas > > =E2=80=98-=E2=80=99 -> =E2=80=98+=E2=80=99 -> =E2=80=98*=E2=80= =99 -> =E2=80=981.=E2=80=99 -> =E2=80=981)=E2=80=99 > or is there a variable in org mode to customize the cylcling and > I did not find it? See `org-list-allow-alphabetical' and `org-plain-list-ordered-item-terminator'. Unfortunately, you cannot remove "*" bullet from vanilla Org. Regards, --=20 Nicolas Goaziou