bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42116: Helm Doesn't Populate Multiple Tags in Org Mode


From: Stefan Kangas
Subject: bug#42116: Helm Doesn't Populate Multiple Tags in Org Mode
Date: Wed, 19 Aug 2020 17:24:00 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Robin <robin_choudhury1@protonmail.com> writes:

> Helm's tag viewer does not allow the user to enter multiple tags.
>
> 1. Enter org mode
> 2. Type the following:
> * test
> 3. C-c c-c where point is on * test
> 4. Type one tag in :a:
> 5. Expect :a: to the side of * test
> 6. C-c c-c at the same place
> 7. Type :a:b: RET
> 8. Expected: :a:b: Actual: :a:
>
> Helm configuration:
>
> (use-package helm
>   :ensure t
>   :demand t
>   :diminish helm-mode
>   :bind ("M-x" . helm-M-x)
>   :config
>   (helm-mode 1))

Helm is a third-party extension not developed by us.

Please report this bug to them.

Best regards,
Stefan Kangas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]