-
Notifications
You must be signed in to change notification settings - Fork 48
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
Any hint to exclude a specific keyword? #250
Comments
Please refer to this part of the manual:
|
Thank you. The issue is that
everything at once. So, the question is: how can I exclude |
This is not implemented in Org-transclusion. I don’t have a use case for it. What is yours? As you ask for a “hint”, you can look at lines around here. You could look to override the function If you want to specify which keyword to be excluded per transclusion, you would also need to devise a way to pass those to be excluded as a value. There is a mechanism to let you do this but I am on vacation without my computer with me. It’s a little hard to give you more specific guidance on my phone… |
Thank you, Nobiot
I have to share transcluded sources, and in ocassions, my collegues do not want/need too many keywords like I will try with |
The following statement
#+transclude: [[file:path/to/file.org]] :exclude-elements "keyword"
excludes all these elements:
(babel-call center-block clock comment comment-block diary-sexp drawer dynamic-block example-block export-block fixed-width footnote-definition headline horizontal-rule inlinetask item keyword latex-environment node-property paragraph plain-list planning property-drawer quote-block section special-block src-block table table-row verse-block)
I think it should be an implementation to exclude specific elements or keywords.
Thanks.
The text was updated successfully, but these errors were encountered: