Skip to content

Commit

Permalink
Merge pull request #231 from josephmturner/html-tc-type
Browse files Browse the repository at this point in the history
Fix: (org-transclusion-add-html-file) Use "org-html-file" tc-type
  • Loading branch information
nobiot authored Apr 20, 2024
2 parents e9f9986 + 2637619 commit a9a3988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-transclusion-html.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Return nil if not found."
(with-current-buffer (find-file-noselect
(org-element-property :path link) t)
(org-transclusion-html--html-p (current-buffer))))
(append '(:tc-type "html-org-file")
(append '(:tc-type "org-html-file")
(org-transclusion-html-org-file-content link plist))))

(defun org-transclusion-html-org-file-content (link _plist)
Expand Down

0 comments on commit a9a3988

Please sign in to comment.