first heading within the post this post will be exported as content/posts/writing-hugo-blog-in-org-file-export.md its title will be “writing Hugo blog in org it will have hugo and org tags and emacs as category the lastmod property in the front-matter is set automatically to the time of export. the menuitem identifier is auto-set the menu item weight and post weight if needed have to be manully specified as show abve. a sub-heading under the heading it’s draft state will be marked as true because of #+HUGO_DRAFT: true.
multiple block tangle to single file first format use `:noweb yes` and variable as placeholder. write code block with header `:noweb-ref `
<<config>> <<next-config>> (println "hello") (println "this following") (println "this is another ways") use name and collect (setq msg "Never a foot too far, even.") (message msg) (message "good bye") good bye <<init>> <<msg>> <<goodbye>> good bye