Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filetags #25

Closed
jghauser opened this issue Jul 4, 2021 · 5 comments
Closed

Filetags #25

jghauser opened this issue Jul 4, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@jghauser
Copy link

jghauser commented Jul 4, 2021

Describe the bug
Filetags aren't very functional. I found the following issues:

  • They don't autocomplete (in my case, using compe). Neither can I autocomplete them when I write filetags, nor will filetags show up as options when I write normal tags.
  • When opening the agenda while matching for a tag, tasks which should have inherited a tag from a filetag will not show up.

To Reproduce
Steps to reproduce the behavior:

  1. Write a filetag, no suggestions will show up

and

  1. Write a filetag
  2. Add a normal tag and press tab to complete
  3. Filetag will not show up

and

  1. Add a filetag to a file with a TODO entry
  2. Open agenda and match for tag
  3. TODO entry will not show up

Expected behavior
Filetags should be inherited and applied just like other tags

Emacs functionality
I have never used emacs orgmode, and I don't know how the functionality is there.

System information:

  • OS: Arch
  • Neovim version: latest 0.5 release
@jghauser jghauser added the bug Something isn't working label Jul 4, 2021
@kristijanhusak
Copy link
Member

Completion within the #+FILETAG is not implemented. We can move that to separate issue.

Regarding everything else, I cannot reproduce it.

Can you give me some basic content of your org file and how you define filetag?

Here's the working gif:

filetags

@jghauser
Copy link
Author

jghauser commented Jul 4, 2021

I put the tags in colons like this: #+FILETAGS: :Peter:Boss:Secret:.

I got the syntax from here.

@kristijanhusak
Copy link
Member

For some unknown reason I thought filetags as comma separated. Will fix it, thanks.

@kristijanhusak
Copy link
Member

kristijanhusak commented Jul 4, 2021

This should be fixed now. Let me know if it works. Also, completion should be working.

@jghauser
Copy link
Author

jghauser commented Jul 5, 2021

It works! Thanks a lot for the super quick fix :)

gzagatti pushed a commit to gzagatti/orgmode that referenced this issue Oct 19, 2022
SlayerOfTheBad pushed a commit to SlayerOfTheBad/orgmode that referenced this issue Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants