Kaushal Modi
ad9eb05203
Do not insert newline/space between multibyte chars (e.g. Chinese)
...
https://emacs-china.org/t/ox-hugo-auto-fill-mode-markdown/9547/5
7 years ago
Kaushal Modi
a83cf75e59
Use latest build from emacs-26 branch
...
See https://github.com/npostavs/emacs-travis/releases
7 years ago
Kaushal Modi
bb9c72b103
Allow loading <video> and <audio> elements on doc and test sites
...
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/media-src
7 years ago
Kaushal Modi
25e6aea7ad
Add test that uses embedded HTML with <video> tag
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/275
7 years ago
Kaushal Modi
434cfff4c1
Use org-trim instead of string-trim in the issue #272 test
...
- string-trim is not available on all emacs versions
7 years ago
Kaushal Modi
206de0e82d
Revert "Don't export the tests added in previous commit during "make test""
...
This reverts commit 83e5f78eef .
7 years ago
Kaushal Modi
83e5f78eef
Don't export the tests added in previous commit during "make test"
7 years ago
Kaushal Modi
f8b6ab2619
Add test demoing the use of function call for Org keyword value
...
Thanks @xeijin for this idea!
Ref: https://github.com/kaushalmodi/ox-hugo/issues/272
7 years ago
Kaushal Modi
5be9bae6fe
Inherit the EXPORT_AUTHOR property too
7 years ago
Kaushal Modi
ba9db7318c
Consider .mp4 as an attachment extension
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/274 .
7 years ago
Kaushal Modi
ac3888b848
Fix doc site build
...
Failure: ERROR 2019/05/09 04:01:55 Failed to get JSON resource
"https://aminb.org/micro.json ": Failed to retrieve remote file: Not
Found
Seems like that site is no longer generated using Hugo.
7 years ago
Kaushal Modi
40c56b4656
Update existing tests for the change to org-hugo-slug in last commit
7 years ago
Kaushal Modi
2456ee887a
org-hugo-slug: Convert "+" chars in headings to " plus "
7 years ago
Kaushal Modi
ade6244950
Finally delete the long-deprecated ox-hugo-auto-export.el
...
See
https://ox-hugo.scripter.co/doc/deprecation-notices/#org-hugo-auto-export-feature-now-a-minor-mode .
7 years ago
Kaushal Modi
96562ccb97
Fix typo in previous commit
7 years ago
Kaushal Modi
773f65a663
Update docs on using `description` to gen `summary` for Hugo v0.55.0
...
References:
- https://gohugo.io/news/0.55.0-relnotes/
- 3a62d54745
- https://github.com/gohugoio/hugo/pull/5806
Fixes https://github.com/kaushalmodi/ox-hugo/issues/267 .
7 years ago
Kaushal Modi
1e0130af0a
Fix typo in docs
7 years ago
Kaushal Modi
35e4af4fc4
Fix for deprecations in Hugo v0.55.0 [doc site]
7 years ago
Kaushal Modi
5e2e52b898
Fix for deprecations on Hugo v0.55.0
7 years ago
Kaushal Modi
6bab5b86da
Pending cleanup after last commit
7 years ago
Kaushal Modi
86a6196a43
Make #+exclude_tags work
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/265
7 years ago
Kaushal Modi
57f0c8c91d
Change to reflect the url escaping change in Org mode upstream
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/264
7 years ago
Kaushal Modi
5e2066c7c6
Fix incorrect org_dir for two real world examples
7 years ago
Kaushal Modi
172d59ad90
Use site instead of .Site; don't attempt to use index on nil
7 years ago
Kaushal Modi
f0b9c316c3
Add more real world examples
...
Thank you @xianmin @dkensinger @justinbarclay @bebound @emilioj
@cdodev @lowkey2046 @inzkyk and @drdavis for sharing your site
sources.
7 years ago
Jethro Kuan
9faa9fc6d8
Add braindump.jethrokuan.com to real world users
7 years ago
Kaushal Modi
b31105a11e
Fix the escaping of \{ and \} for Blackfriday parsing to work
...
Fixes https://github.com/kaushalmodi/ox-hugo/issues/258 .
7 years ago
Georgy Komarov
38254687af
Add jubnzv.github.io to examples
7 years ago
Kaushal Modi
4b6dcc796d
Part 2 of previous commit
7 years ago
Kaushal Modi
db827e8fe8
Bump Pandoc version to 2.6
...
https://github.com/jgm/pandoc/releases/tag/2.6
7 years ago
Kaushal Modi
d43498221b
Comment out a debug statement introduced in e57f417664
7 years ago
Kaushal Modi
e6e58a6e7e
Revert workaround done in 30f1e1e735
...
Now that this bug is fixed in Org 9.2.
See:
- https://lists.gnu.org/r/emacs-orgmode/2019-01/msg00052.html
- 34e5dcfb06
Fixes https://github.com/kaushalmodi/ox-hugo/issues/252 .
7 years ago
Kaushal Modi
798df62efb
Update hugo-search-fuse-js
7 years ago
Kaushal Modi
cbd8f8375a
Move location of a test SVG file
7 years ago
Kaushal Modi
6731776300
Support em-dash, en-dash, etc. in inlined SVG captions
7 years ago
Kaushal Modi
527e53df50
Support captions for inlined SVGs
7 years ago
Kaushal Modi
e57f417664
Support inlining SVGs
...
Introduce a new HTML attribute:
#+attr_html: :inlined t
Fixes https://github.com/kaushalmodi/ox-hugo/issues/253 .
7 years ago
Kaushal Modi
57f9d4368f
Makefile: Add more vchecks as appropriate
7 years ago
Kaushal Modi
14ecc116c5
Minor: Remove duplicate tags from few tests
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/252
7 years ago
Kaushal Modi
47d8dd1ac4
Apply the org-todo span tag to TODO headings demoted to lists too
...
Ref: https://github.com/kaushalmodi/ox-hugo/issues/250
7 years ago
Kaushal Modi
43557daaea
Fix: Don't drop the char after -- or --- in post titles
7 years ago
Kaushal Modi
87b3dcdefd
Fix: Effective heading level needs to be calc for non-zero loffset
...
.. which defaults to 1.
7 years ago
Kaushal Modi
59bbff9460
Prevent getJSON calls when running hugo server
...
.. to prevent rate limiting from GitHub API.
7 years ago
Kaushal Modi
7a6fad8e70
Add deprecation notice about `ox-hugo-auto-export`
...
Also:
- Add the deprecation notice link to the warning.
- Remove relics of `ox-hugo-auto-export` mentions.
7 years ago
Kaushal Modi
e3dac33bf0
Add Requirements section in Meta
7 years ago
Kaushal Modi
16bbc1b0d0
Update GitHub docs
7 years ago
Kaushal Modi
4a768c2f8b
Fix (error (void-function org-hugo-auto-export-mode)) during make
7 years ago
Kaushal Modi
112a79deb3
Make the file name match the minor mode name
7 years ago
Kaushal Modi
c4eeed542f
Show warning when user requires the old ox-hugo-auto-export.el
7 years ago
Kaushal Modi
66d632be20
Use the correct approach for enabling auto-fill-mode
...
auto-fill-mode is not a traditional minor mode. And even if it were a
minor mode, the Emacs manual explicitly suggests to NOT use (mode
. MODENAME) convention for enabling minor modes.
7 years ago