emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Unifty orgalist and org list behavior.
@ 2018-07-15  8:56 Uwe Brauer
  2018-07-15  9:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2018-07-15  8:56 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

Hi

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

   2. Make org-cycle-list-bullet more similar to
      orgalist-cycle-bullet: especially I liked
      ‘-’  ->  ‘+’  ->  ‘1.’  ->  ‘a.’

      Over org vanillas

      ‘-’  ->  ‘+’  ->  ‘*’  ->  ‘1.’  ->  ‘1)’
      or is there a variable in org mode to customize the cylcling and
      I did not find it?

[-- Attachment #2: Type: text/html, Size: 692 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unifty orgalist and org list behavior.
  2018-07-15  8:56 Unifty orgalist and org list behavior Uwe Brauer
@ 2018-07-15  9:06 ` Nicolas Goaziou
  2018-07-15  9:53   ` Uwe Brauer
  2018-07-15 13:41   ` [SOLVED] " Uwe Brauer
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2018-07-15  9:06 UTC (permalink / raw)
  To: Uwe Brauer; +Cc: emacs-orgmode

Hello,

Uwe Brauer <oub@mat.ucm.es> 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
>       ‘-’  ->  ‘+’  ->  ‘1.’  ->  ‘a.’
>
>       Over org vanillas
>
>       ‘-’  ->  ‘+’  ->  ‘*’  ->  ‘1.’  ->  ‘1)’
>       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,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Unifty orgalist and org list behavior.
  2018-07-15  9:06 ` Nicolas Goaziou
@ 2018-07-15  9:53   ` Uwe Brauer
  2018-07-15 13:41   ` [SOLVED] " Uwe Brauer
  1 sibling, 0 replies; 4+ messages in thread
From: Uwe Brauer @ 2018-07-15  9:53 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]

> See `org-list-allow-alphabetical' and
> `org-plain-list-ordered-item-terminator'.

thanks for the fast response.


I checked:

,----
| org-plain-list-ordered-item-terminator is a variable defined in
‘org-list.el’.
| Its value is 46
`----

but still I don't get and empty line after one list item in vanilla
org, (while I get this in orgalist.)



org-list-allow-alphabetical:

,----
| org-list-allow-alphabetical is a variable defined in ‘org-list.el’.
| Its value is t
| Original value was nil
| Local in buffer new.txt; global value is nil
`----

But still I cannot cycle from 1. to a.

Sorry.


On Sun, Jul 15, 2018 at 12:06 PM Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Uwe Brauer <oub@mat.ucm.es> 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
> >       ‘-’  ->  ‘+’  ->  ‘1.’  ->  ‘a.’
> >
> >       Over org vanillas
> >
> >       ‘-’  ->  ‘+’  ->  ‘*’  ->  ‘1.’  ->  ‘1)’
> >       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,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 2273 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [SOLVED] Re: Unifty orgalist and org list behavior.
  2018-07-15  9:06 ` Nicolas Goaziou
  2018-07-15  9:53   ` Uwe Brauer
@ 2018-07-15 13:41   ` Uwe Brauer
  1 sibling, 0 replies; 4+ messages in thread
From: Uwe Brauer @ 2018-07-15 13:41 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1130 bytes --]

Hi,
sorry you are right. I set plain list item to always and also changed
org-list-allow-alphabetical, so everything works as expected

On Sun, Jul 15, 2018 at 12:06 PM Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Uwe Brauer <oub@mat.ucm.es> 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
> >       ‘-’  ->  ‘+’  ->  ‘1.’  ->  ‘a.’
> >
> >       Over org vanillas
> >
> >       ‘-’  ->  ‘+’  ->  ‘*’  ->  ‘1.’  ->  ‘1)’
> >       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,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1646 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-15 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-15  8:56 Unifty orgalist and org list behavior Uwe Brauer
2018-07-15  9:06 ` Nicolas Goaziou
2018-07-15  9:53   ` Uwe Brauer
2018-07-15 13:41   ` [SOLVED] " Uwe Brauer

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).