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

org-ref-helm changes value of tab-bar-tab-name-function #1122

Open
vnckppl opened this issue Sep 12, 2024 · 1 comment
Open

org-ref-helm changes value of tab-bar-tab-name-function #1122

vnckppl opened this issue Sep 12, 2024 · 1 comment

Comments

@vnckppl
Copy link

vnckppl commented Sep 12, 2024

In my init.el I have the following setting:

(setq
 tab-bar-tab-name-truncated-max 20
 tab-bar-tab-name-function 'tab-bar-tab-name-truncated)

When I check the variable tab-bar-tab-name-funtion after starting emacs, it correctly returns tab-bar-tab-name-truncated.

When I then run (require 'org-ref-helm) and subsequently check the value of tab-bar-tab-name-funtion, it has changed to tab-bar-tab-name-current.

I could place my tab-bar setup below my org-ref setup in my init to fix this, but I want to understand why org-ref-helm is changing values of tab-bar variables.

@jkitchin
Copy link
Owner

I have no idea why it would be changing those values. As far as I know there is no overlap of org-ref-help and tab-bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants