Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR Submitted, Request review] Integrate ox-hugo with Spacemacs #9663

Closed
kaushalmodi opened this issue Sep 28, 2017 · 1 comment
Closed

[PR Submitted, Request review] Integrate ox-hugo with Spacemacs #9663

kaushalmodi opened this issue Sep 28, 2017 · 1 comment
Labels

Comments

@kaushalmodi
Copy link
Contributor

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 the ox-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

@kaushalmodi kaushalmodi changed the title Integrate ox-hugo with Spacemacs [Request] [PR Submitted, Request review] Integrate ox-hugo with Spacemacs Oct 5, 2017
syl20bnr pushed a commit that referenced this issue Oct 15, 2017
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.
@syl20bnr
Copy link
Owner

Excellent, thank you for the PRs !

CodingSolo pushed a commit to CodingSolo/spacemacs that referenced this issue Oct 29, 2018
Resolves syl20bnr#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants