On Wed, Dec 15, 2021 at 9:29 PM Kaushal Modi wrote: > > Can you help fix this? > Also looking closely, I am seeing a different warning: Warning (org-element-cache): org-element--cache: (org-hugo-export-wim-to-md) Cached element is incorrect in *Ox-hugo Pre-processed ox-hugo-manual.org *<2>. (Cache tic up to date: "yes") Resetting. If this warning appears regularly, please report it to Org mode mailing list (M-x org-submit-bug-report). The element is: "(headline (:raw-value \"Homepage\" :begin 16675 :end 25840 :pre-blank 0 :contents-begin 16686 :contents-end 25840 :robust-begin 16891 :robust-end 25838 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 16675 :EXPORT_TITLE \"Org to Markdown for Hugo\" :EXPORT_FILE_NAME \"_index\" :EXPORT_HUGO_TYPE \"homepage\" :EXPORT_HUGO_SECTION \"/\" :EXPORT_HUGO_MENU \":menu \\\"1.main\\\" :title \\\"Homepage\\\"\" :CUSTOM_ID \"main\" :title \"Homepage\" ...))" The real element is: "(headline (:raw-value \"Homepage\" :begin 16675 :end 25888 :pre-blank 0 :contents-begin 16686 :contents-end 25888 :robust-begin 16891 :robust-end 25886 :level 1 :priority nil :tags nil :todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 16675 :EXPORT_TITLE \"Org to Markdown for Hugo\" :EXPORT_FILE_NAME \"_index\" :EXPORT_HUGO_TYPE \"homepage\" :EXPORT_HUGO_SECTION \"/\" :EXPORT_HUGO_MENU \":menu \\\"1.main\\\" :title \\\"Homepage\\\"\" :CUSTOM_ID \"main\" :title \"Homepage\" ...))" I see the :end and :content-end changing.