194 Commits (3a1b67a2c9a3efc7cfb684f1dcd7bdd13d6cd88f)
 

Author SHA1 Message Date
Kaushal Modi 3a1b67a2c9 Debug publishdate, lastmod and .GitInfo.AuthorDate in example-site 9 years ago
Kaushal Modi 034300024f Lint fixes 9 years ago
Kaushal Modi c23ea5ed6e Minor tweaks to the package commentary 9 years ago
Kaushal Modi b570542660 Remove FSF copyright until this package makes into GNU Elpa or Org 9 years ago
Kaushal Modi f74efbde96 Make org-hugo-slug 'public' so that it can be auto-loaded 9 years ago
Kaushal Modi 828165b97d Auto-calculate post weights if HUGO_WEIGHT is set to auto 9 years ago
Kaushal Modi 0fb646a0ec Fix typo: "hugo weight" -> "hugo menu" 9 years ago
Kaushal Modi b2e5c71e0a Move the auto-weight calculation to a new fn org-hugo--calc-weight 9 years ago
Kaushal Modi 28187b3878 Make auto weight-calculation work when HUGO_MENU is used as keyword 9 years ago
Kaushal Modi 569a3f6f6b Make the ">" char removal conservative; only the first > is removed 9 years ago
Kaushal Modi aaf691948e Allow Verse blocks to create indented text (useful for emphasis) 9 years ago
Kaushal Modi f9251adff8 Move footnotes exporting code to ox-blackfriday.el 9 years ago
Kaushal Modi b807ac14aa Do not show Blackfriday exporter in the Org Exporter Dispatch menu 9 years ago
Kaushal Modi f791191c34 Add support for multi-line footnote definitions 9 years ago
Kaushal Modi 19cbbc817b Add a test for marking multiple lines in bold (any emphasis) 9 years ago
Kaushal Modi 57c4b7da89 Wrap the debug info containing file paths in Org Example blocks 9 years ago
Kaushal Modi 65a78c7d7f Cleanup: let* -> let 9 years ago
Kaushal Modi 9d32c853ff Support spaces in Hugo tags and categories 9 years ago
Kaushal Modi 13d3d2b069 If user prefers hyphens in tags, now use 3 "_" to convert to 1 "_" 9 years ago
Kaushal Modi aece8f31d2 Refactoring: Move location of check for :hugo-prefer-hyphen 9 years ago
Kaushal Modi de69c7b28b Minor re-org in all-posts.org 9 years ago
Kaushal Modi 0b775c7b10 Refactor: *-prefer-hyphen-in-tags -> *-enable-special-tags 9 years ago
Kaushal Modi 3e39876681 Pass checkdoc again 9 years ago
Kaushal Modi cfedc2e6ac Export Org TODO keywords in headings 9 years ago
Kaushal Modi f0becd6527 Preserve leading whitespace in Org Babel Result block exports 9 years ago
Kaushal Modi 841255a092 Update references for Blackfriday options and extensions 9 years ago
Kaushal Modi 60daaee1dd Generate README, CONTRIBUTE, Wiki pages from ox-hugo-manual.org 9 years ago
Kaushal Modi 0dd01f2432 Improve the printing of Org load-path shadows in org-hugo-debug-info 9 years ago
Kaushal Modi f9f5c1c923 Comment edit 9 years ago
Kaushal Modi 7707958959 Remove tests/ dir; not needed; Add TAGS keyword test to example-site 9 years ago
Kaushal Modi f9d825dc0a Merge pull request #62 from punchagan/remove-readme-todo 9 years ago
Puneeth Chaganti e336d18364 Remove the TODO section from the README 9 years ago
Kaushal Modi 6ed0af34f3 Add support for "sluggiflying" non-English characters 9 years ago
Kaushal Modi 825cbb2e68 Add org-hugo-debug-info, update README.org, add CONTRIBUTING.org 9 years ago
Kaushal Modi ff3f48dfbe Documentation update; typo fix 9 years ago
Kaushal Modi 6f40cf9ab1 Implement generic solution for https://github.com/kaushalmodi/ox-hugo/issues/60 9 years ago
Kaushal Modi 6ea888165c Update one of the left out single file tests 9 years ago
Kaushal Modi 4b974574f5 Test case explaining the rationale behind previous commit 9 years ago
Kaushal Modi 5fd86f0a98 Workaround for Pygments + fenced code block with Org language 9 years ago
Kaushal Modi ed9b62d27f Re-implementation of the hack in previous commit 9 years ago
Kaushal Modi 53ed14a8c9 Little hack to get around https://github.com/russross/blackfriday/issues/239 9 years ago
Kaushal Modi 029950616f Prefer using hyphens in Org tags derived Hugo tags/categories 9 years ago
Kaushal Modi 77ddd60a38 Fix example: '-' is not a valid tag character, use '_' instead 9 years ago
Kaushal Modi d9da3b2605 Fix: No need to put empty tags list in front matter 9 years ago
Kaushal Modi d53b557b8e Allow posts to not have dates 9 years ago
Kaushal Modi 05a7d9bcad Support specifying Blackfriday options and extensions 9 years ago
Kaushal Modi 9b291b4dcf Pass checkdoc 9 years ago
Kaushal Modi 6d3376fccb Don't include code tags in Org headlines when creating slug 9 years ago
Kaushal Modi 280c1999f2 Add test case for checklists 9 years ago
Kaushal Modi 44cd8902be Add tests for lists in code blocks and code blocks in lists 9 years ago