You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't use Spacemacs, but in a recent bug report for my package ox-hugokaushalmodi/ox-hugo#82, a Spacemacs user is having trouble getting the ox-hugo commands show up in the Org Exporter menu (C-c C-e).
Resolves#9663
Tested to work on a created-from-scratch spacemacs-base config created with
Emacs-style, ivy preferences.
I just added below to dotspacemacs-configuration-layers
(org :variables
org-enable-hugo-support t)
After this PR, C-c C-e in an Org file shows the Hugo export options.
Resolvessyl20bnr#9663
Tested to work on a created-from-scratch spacemacs-base config created with
Emacs-style, ivy preferences.
I just added below to dotspacemacs-configuration-layers
(org :variables
org-enable-hugo-support t)
After this PR, C-c C-e in an Org file shows the Hugo export options.
Hello,
I don't use Spacemacs, but in a recent bug report for my package
ox-hugo
kaushalmodi/ox-hugo#82, a Spacemacs user is having trouble getting theox-hugo
commands show up in the Org Exporter menu (C-c C-e
).If adding that support is similar to https://github.com/syl20bnr/spacemacs/pull/7183/files, you can use a new variable
org-enable-hugo-support
for that.Many thanks!
@amosbird
The text was updated successfully, but these errors were encountered: