Re:Re:Re: [PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-05-08 Thread tumashu
>I think (setq org-use-fast-tag-selection nil) do not work well with ivy, 
>selectrum or vertico.

>
>I like the below idea, but seem to no progress.
> https://lists.gnu.org/archive/html/emacs-orgmode/2020-07/msg00222.html

If this patch is hard to merge, I think my patch is a conside way, for it 
nearly doesn't affect other places 

 


Re:Re: [PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-05-08 Thread tumashu

















At 2021-05-01 23:20:24, "Bastien"  wrote:
>Hi tumashu,
>
>tumashu   writes:
>
>> This is v2 patch,   use completing-read-multipul.
>
>Thanks for the patch.  You can already do this:
>
>(setq org-use-fast-tag-selection nil)
>
>Then you'll be able to select tags the way you implemented it
>with this simple mode.

I think (setq org-use-fast-tag-selection nil) do not work well with ivy, 
selectrum or vertico.

I like the below idea, but seem to no progress.
 https://lists.gnu.org/archive/html/emacs-orgmode/2020-07/msg00222.html

>
>-- 
> Bastien


Re: [PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-05-01 Thread Bastien
Hi tumashu,

tumashu   writes:

> This is v2 patch,   use completing-read-multipul.

Thanks for the patch.  You can already do this:

(setq org-use-fast-tag-selection nil)

Then you'll be able to select tags the way you implemented it
with this simple mode.

-- 
 Bastien



Re:[PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-04-15 Thread tumashu
This is v2 patch,   use completing-read-multipul.

















At 2021-04-15 09:25:03, "tumashu"  wrote:

Hello


I have added  'simple option to org-fast-tag-selection-single-key,  please 
try and comment :-)


   (setq org-use-fast-tag-selection t)
   (setq org-fast-tag-selection-single-key 'simple)


   ;; better use vertico or selectrum :-)

   ;; (require 'vertico)
   ;; (vertico-mode 1)


thanks!


0001-Add-simple-option-to-org-fast-tag-selection-single-k.patch
Description: Binary data


[PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-04-14 Thread tumashu
Hello


I have added  'simple option to org-fast-tag-selection-single-key,  please 
try and comment :-)


   (setq org-use-fast-tag-selection t)
   (setq org-fast-tag-selection-single-key 'simple)


   ;; better use vertico or selectrum :-)

   ;; (require 'vertico)
   ;; (vertico-mode 1)


thanks!


0001-Add-simple-option-to-org-fast-tag-selection-single-k.patch
Description: Binary data