~bzg/emacsfr

2 2

éléments de liste avec une [ ]

Details
Message ID
<F1A9A9FC-8983-481E-8BC6-7A251B3A38A2@traduction-libre.org>
DKIM signature
pass
Download raw message
Bonjour tout le monde,

Quand je suis dans une liste normale et que je fais 

(org-insert-todo-heading ARG &optional FORCE-HEADING)

(M-Enter, sur macOS)

j'ai un truc comme ça qui s'affiche:

- [ ]

j'ai dû modifier un paramètre quelque part, mais j'aimerais bien avoir seulement

- 

qui s'affiche.

Comment faire ?

-- 
Jean-Christophe Helary @jchelary@emacs.ch
https://traductaire-libre.org
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/
Details
Message ID
<877cx5shw6.fsf@alekos.net>
In-Reply-To
<F1A9A9FC-8983-481E-8BC6-7A251B3A38A2@traduction-libre.org> (view parent)
DKIM signature
missing
Download raw message
Bonjour,

Sauf modification, M-RET lance la commande `org-meta-return’, laquelle,
selon le contexte, appelle `org-insert-heading’, `org-insert-item’ ou
`org-table-wrap-region’.

Dans le contexte d’une liste c’est `org-insert-item’ qui est concerné.
Et la doc nous dit :

      org-insert-item is an interactive native-compiled Lisp
      function in ‘org-list.el’.

      (org-insert-item &optional CHECKBOX)

      […]

      If CHECKBOX is non-nil, add a checkbox next to the bullet.

Tu dois avoir un élément de ta configuration qui appelle
`org-insert-item’ avec l’argument optionnel. Reste à savoir lequel.

En espérant que cela t'aide un peu,
v


Jean-Christophe Helary <lists@traduction-libre.org> writes:

> Bonjour tout le monde,
>
> Quand je suis dans une liste normale et que je fais 
>
> (org-insert-todo-heading ARG &optional FORCE-HEADING)
>
> (M-Enter, sur macOS)
>
> j'ai un truc comme ça qui s'affiche:
>
> - [ ]
>
> j'ai dû modifier un paramètre quelque part, mais j'aimerais bien avoir seulement
>
> - 
>
> qui s'affiche.
>
> Comment faire ?
Details
Message ID
<7C784EE4-A360-4E29-A7A5-F08D3047887B@traduction-libre.org>
In-Reply-To
<877cx5shw6.fsf@alekos.net> (view parent)
DKIM signature
pass
Download raw message
Bonsoir V.

J'ai "désassocié" M-return et org-insert-todo-heading et ça marche maintenant.

Merci.

JC


> On Jan 29, 2023, at 20:07, <v@alekos.net> <v@alekos.net> wrote:
> 
> Bonjour,
> 
> Sauf modification, M-RET lance la commande `org-meta-return’, laquelle,
> selon le contexte, appelle `org-insert-heading’, `org-insert-item’ ou
> `org-table-wrap-region’.
> 
> Dans le contexte d’une liste c’est `org-insert-item’ qui est concerné.
> Et la doc nous dit :
> 
>      org-insert-item is an interactive native-compiled Lisp
>      function in ‘org-list.el’.
> 
>      (org-insert-item &optional CHECKBOX)
> 
>      […]
> 
>      If CHECKBOX is non-nil, add a checkbox next to the bullet.
> 
> Tu dois avoir un élément de ta configuration qui appelle
> `org-insert-item’ avec l’argument optionnel. Reste à savoir lequel.
> 
> En espérant que cela t'aide un peu,
> v
> 
> 
> Jean-Christophe Helary <lists@traduction-libre.org> writes:
> 
>> Bonjour tout le monde,
>> 
>> Quand je suis dans une liste normale et que je fais 
>> 
>> (org-insert-todo-heading ARG &optional FORCE-HEADING)
>> 
>> (M-Enter, sur macOS)
>> 
>> j'ai un truc comme ça qui s'affiche:
>> 
>> - [ ]
>> 
>> j'ai dû modifier un paramètre quelque part, mais j'aimerais bien avoir seulement
>> 
>> - 
>> 
>> qui s'affiche.
>> 
>> Comment faire ?
> 

-- 
Jean-Christophe Helary @jchelary@emacs.ch
https://traductaire-libre.org
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/
Reply to thread Export thread (mbox)