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

Transclusion at startup #218

Open
jacquesdurden opened this issue Jan 22, 2024 · 1 comment
Open

Transclusion at startup #218

jacquesdurden opened this issue Jan 22, 2024 · 1 comment

Comments

@jacquesdurden
Copy link

org-transclusion is great, than you for it!

Little question, how can I ensure org-transclusion is activated when opening a file, without running org-transclusion-add?

I tried (add-hook 'org-mode 'org-transclusion-mode) or (setq org-transclusion-add-all-on-activate t)without any success.

@nobiot
Copy link
Owner

nobiot commented Jan 22, 2024

The name of the hook should be org-mode-hook, so I think it should be:

(add-hook 'org-mode-hook 'org-transclusion-mode)

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