You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the org-hugo--get-pre-processed-buffer function is called when (org-hugo-export-wim-to-md :all-subtrees) is called even if the Org file has no valid Hugo post subtrees.
Issue #587 is mainly seen by org-roam users who do not use subtree-based exports. Skipping the pre-processing step for file-based exports with prevent those broken link errors and probably make the exports a bit faster too as the pre-processing step will be skipped.
Running C-c C-e H H or C-c C-e H A in an Org file without post subtrees must not trigger the buffer pre-processing step. Right now, the latter does.
The text was updated successfully, but these errors were encountered:
Right now, the
org-hugo--get-pre-processed-buffer
function is called when(org-hugo-export-wim-to-md :all-subtrees)
is called even if the Org file has no valid Hugo post subtrees.Issue #587 is mainly seen by org-roam users who do not use subtree-based exports. Skipping the pre-processing step for file-based exports with prevent those broken link errors and probably make the exports a bit faster too as the pre-processing step will be skipped.
Running
C-c C-e H H
orC-c C-e H A
in an Org file without post subtrees must not trigger the buffer pre-processing step. Right now, the latter does.The text was updated successfully, but these errors were encountered: