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

orgmode html export #13

Open
jschaeff opened this issue Oct 4, 2017 · 1 comment
Open

orgmode html export #13

jschaeff opened this issue Oct 4, 2017 · 1 comment

Comments

@jschaeff
Copy link

jschaeff commented Oct 4, 2017

Hi,
thanks for your nice package.
I'm looking for a way to export my fontawesome icons when using orgmode html export.
As a matter of fact, instead of having the html , I get a tofu character.

I guess the exporter should replace the icons with the adequate html code. Do you have an idea how to do this ?

@jschaeff
Copy link
Author

jschaeff commented Oct 10, 2017

An Idea would be to add org-entities with this package. For instance:

(setq org-entities-user
   (quote
     (("faCogs" "\\faCogs" nil "<i class=\"fa fa-cogs\"></i>" "=cogs=" "=cogs=" "")
     ("faPlus" "\\faPlus" nil "<i class=\"fa fa-plus\"></i>" "+" "+" ""))))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants