nobiot / org-transclusion

Emacs package to enable transclusion with Org Mode
https://nobiot.github.io/org-transclusion/
GNU General Public License v3.0
917 stars 44 forks source link

fix: (unit-tests.el) require org-transclusion #183

Closed josephmturner closed 1 year ago

josephmturner commented 1 year ago

Resolves:

unit-tests.el:8:19: Warning: the function `org-transclusion-org-file-p' is not known to be defined.

nobiot commented 1 year ago

@josephmturner thank you.

Before merging, let me ask: have you signed the FSF paperwork? Since this package is part of ELPA, we require the author of significant contributions to have signed the FSF paperwork. https://github.com/nobiot/org-transclusion#contributing.

This PR is a one-line change; nevertheless, it seems that the requirement is for the total "cumulative" contribution -- so if you have made other PRs more than 15 lines of code, the paperwork is needed.

I am asking this question in case you have made contributions elsewhere...

josephmturner commented 1 year ago

I am in the process of completing the copyright assignment paperwork. I have not yet made other contributions to GNU Emacs, so it should be fine to merge this before the paperwork goes through.

Thank you!!