136 Commits (e7d0fc7b852611e4d35c871e10c882eb472693b8)
 

Author SHA1 Message Date
Kaushal Modi e7d0fc7b85 Support consecutive plain lists 9 years ago
Kaushal Modi 62efc8e0b3 Support the "\[..\]" and "$$..$$" Org LaTeX fragment syntax too 9 years ago
Kaushal Modi 8da68a6676 Support exporting latex equation fragments 9 years ago
Kaushal Modi 5b966adc50 Update README with details on Org to Markdown markup translation 9 years ago
Kaushal Modi c0b44fdd12 Use Org code markup ~foo~ to generate <kbd> wrapped text 9 years ago
Kaushal Modi 5fc47a0b5e Fix HUGO_CODE_FENCE parsing, part 2 9 years ago
Kaushal Modi f419f85420 Move code into org-hugo--sanitize-title 9 years ago
Kaushal Modi 2e8536245d Fix parsing of HUGO_CODE_FENCE option; Add tests 9 years ago
Kaushal Modi 1ec3cb989d Add example of links to headings in the same post 9 years ago
Kaushal Modi f82f2c956e Fix: Do not escape underscores in title in front matter 9 years ago
Kaushal Modi 98c50acedf Merge pull request #51 from punchagan/fix-export-with-invisible-trees 9 years ago
Puneeth Chaganti 2606f7994a Call org-back-to-heading with INVISIBLE-OK set to true 9 years ago
Kaushal Modi 5cf6b03277 Attempt to fix Github rendering of Org table 9 years ago
Kaushal Modi ab05a0dc7e Update list of properties that should be inherited 9 years ago
Kaushal Modi ff88b6b3c8 Add a table to show how to implicitly represent Hugo front matter 9 years ago
Kaushal Modi e7695cad94 Parse Org tags starting with "@" as Hugo categories 9 years ago
Kaushal Modi 359e4acbcf Optimize org-hugo--get-post-subtree-coordinates based on https://github.com/kaushalmodi/ox-hugo/pull/49 9 years ago
Puneeth Chaganti ede8f47809 Use org-map-entries for index computation of a post 9 years ago
Kaushal Modi b0ba08bebf Optimize org-map-entries 9 years ago
Kaushal Modi b5ef2987d5 Add example of setting Hugo custom front matter over multiple lines 9 years ago
Kaushal Modi b3cc12bdee Add org-hugo--parse-property-arguments; Code refactor 9 years ago
Kaushal Modi 8c97677065 Support adding custom front matter key/value pairs 9 years ago
Kaushal Modi 8db504837c Fix description parsing for front matter 9 years ago
Kaushal Modi ecb7119787 Merge pull request #47 from punchagan/fix-double-quote-in-value 9 years ago
Puneeth Chaganti c7bcd23a55 Escape any double quote already in value when wrapping it in quotes 9 years ago
Kaushal Modi c5588d5548 Update README; Remove ox-hugo-helper.el 9 years ago
Kaushal Modi c659a6efe2 Make date parsing more DWIM style 9 years ago
Kaushal Modi db261a52b9 Add org-hugo-footer 9 years ago
Kaushal Modi e9d82a9d99 Delete an old stray file 9 years ago
Kaushal Modi 669056d978 Disable special string insertion by Org; Title sanitization 9 years ago
Kaushal Modi fe39046bd6 Disable smart quotes by default; Fixes https://github.com/kaushalmodi/ox-hugo/issues/45 9 years ago
Kaushal Modi 57ca5ba8a5 Use _italics_ instead of *italics* 9 years ago
Kaushal Modi 1f62a39101 Preserve line breaks when exporting from Org to Hugo md 9 years ago
Kaushal Modi b130e2b791 Don't escape underscores in Emoji codes like 🙌 9 years ago
Kaushal Modi 260a417686 Fix window scrolling upon export 9 years ago
Kaushal Modi 4e8ad4a74e Change location of ignore-errors around org-back-to-heading 9 years ago
Kaushal Modi 6f50a85c96 Fix the case where the same footnote is referenced multiple times 9 years ago
Kaushal Modi 6f1a239177 Add footnote support 9 years ago
Kaushal Modi 8a0182f5bc Support summary splitter 9 years ago
Kaushal Modi 99ec1b1bbe Subtree export function now fits the standard Org export interface 9 years ago
Kaushal Modi e5ce3dcfd3 Wrap org-back-to-heading in ignore-errors 9 years ago
Kaushal Modi 58aa0951c9 Minor code cleanup 9 years ago
Kaushal Modi 711c26b488 Set the menu weight and identifier automatically 9 years ago
Kaushal Modi feba2055e5 Fix: Reset the state variables at the end 9 years ago
Kaushal Modi 4cd62c330a Minor re-org of subtrees in example-site Org 9 years ago
Kaushal Modi 97ec1b11c7 Add support for more predefined front matter variables 9 years ago
Kaushal Modi 6efbe5b6f5 Add single post examples; Show post 'draft' state in HTML 9 years ago
Kaushal Modi 39a74486e6 Default Hugo level offset to 1; update example posts with dates 9 years ago
Kaushal Modi bc3aef698f Remove old 'fixme's in examples; minor content update 9 years ago
Kaushal Modi 2de2711902 Update example-site bare_min theme; now shows metadata too for debug 9 years ago