ox-hugo icon indicating copy to clipboard operation
ox-hugo copied to clipboard

A carefully crafted Org exporter back-end for Hugo

Results 54 ox-hugo issues
Sort by recently updated
recently updated
newest added

This is not exactly a bug, more of a question about the export times of ox-hugo and whether this is typical. ## Actual Behavior `org-hugo-export-wim-to-md` takes a long time: ```elisp...

It appears that the original regex took `\.` as a single dot (any character) rather than a literal dot. I assume it's because single backslashes are dropped in emacs strings...

The `#+description: ` keyword in `org` exports to `description ="" `in `.toml`, which is great. Sometimes, you would just like to have a summary, though, simply because you are not...

## Actual Behavior `ox-hugo` complains when using a org-mode `example` block if inside a org-babel `#+RESULTS` block. ## Expected Behavior I thought this could be rendered without error as when...

Hi! I would like to ask if it is possible to add an extension point to the `org-hugo-heading` function in order to tweak how certain headings are exported. Right now...

Thanks very much for this awesome package! Since I use mathjax for the equation rendering of exported hugo pages, is it possible to disable copying the org-preview image files in...

## Actual Behavior With `#+OPTIONS: broken-links:t` I could still get the 'Unable to resolve link; aborting: "4b133a7a-a81c-44d4-9bea-8e1c72ed5847"' in spite of all the work related to #587 -- if that broken...

This was only handling fuzzy, and not the id-types. See #715

## Actual Behavior File is exported with cache(?) error. ## Expected Behavior File is exported without error. ## How to Reproduce the Issue `org-hugo-export-to-md` ### Example Org File Org file...

I am having an issue with exporting to a file from the capture template in the docs. everything basically works, my capture template works, I enter the post title, I...