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

Option to not use org-level-faces #25

Open
andruska opened this issue Jul 25, 2023 · 3 comments
Open

Option to not use org-level-faces #25

andruska opened this issue Jul 25, 2023 · 3 comments

Comments

@andruska
Copy link

In other words, there should be an option to use Emacs default theme parameters when displaying Org header names on header line, rather than the Org file specified parameters.

@alphapapa
Copy link
Owner

Sure, you would probably just need to add an option and take it into account here:

(face (nth (1- level) org-level-faces)))

@alphapapa alphapapa changed the title Feature request: Do not use the faces (size, fg/bg color, font) of the headers used in the org file on the header line. Option to not use org-level-faces Jul 29, 2023
@andruska
Copy link
Author

andruska commented Aug 2, 2023

Thanks, solved.

@andruska andruska closed this as completed Aug 2, 2023
@alphapapa
Copy link
Owner

@andruska Did you write a patch to that effect?

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

No branches or pull requests

2 participants