orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

Telescope support

Open tott opened this issue 2 years ago • 5 comments

Does this feature exist in Emacs orgmode core?

N/A

Orgmode link

First off - I love the plugin and just switched over to it after using todotxt for a long time.

While the plugin does everything i need I'm wondering if there are any plans or existing implementations for better telescope support. For example when refiling it would be great to have the suggestions populate through telescope and have them easily be selectable.

I know that it all can be coded through the available APIs but wondering if there are any existing community implementations or plans to get this and other support into the plugin.

Feature value

Enhanced productivity and speed as well as ease of use

Additional context

No response

tott avatar Aug 07 '22 11:08 tott

I'm not aware of any existing plugins or plans. But I agree, it sounds worthwhile to add support for telescope. Do you mind adding a list of all the places you think it would be beneficial?

jgollenz avatar Aug 07 '22 16:08 jgollenz

Sure thing - here are some suggestions

  • agenda.prompt
  • capture.prompt
  • capture.refile_headline_to_destination
  • org_mappings.set_tags (suggestion of already used tags for easy adding)
  • Match TAGS/PROP/TODO query suggestions

tott avatar Aug 07 '22 17:08 tott

May not be telescope, one idea I have is using vim.ui.input/vim.ui.select and hook 3rd UI (telescope, nui etc) so user can select the target. Also there is a telescope plugin : https://github.com/joaomsa/telescope-orgmode.nvim

ray-x avatar Feb 09 '23 22:02 ray-x

The plugin suggested by @ray-x is not maintained. I've opened several issues and PR without answer, and for me is currently broken for the latest version of orgmode :(

Trying to fix it right now without any lua knowledge (╥﹏╥)

lyz-code avatar Jan 26 '24 17:01 lyz-code

I managed to make it work in my fork in case anyone is interested

lyz-code avatar Jan 26 '24 19:01 lyz-code

I would suggest to open up suggestions/PRs on https://github.com/lyz-code/telescope-orgmode.nvim since this will not be implemented here.

kristijanhusak avatar Feb 24 '24 17:02 kristijanhusak