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

Add support for Go-native implementation of (Emacs) "Org-mode" markup #1483

Closed
anthonyfok opened this issue Oct 12, 2015 · 6 comments
Closed

Comments

@anthonyfok
Copy link
Member

See http://discuss.gohugo.io/t/org-mode-support/810

About Org-mode:

There appear to be no usable Go-native implementation of Org-mode as of October 2015, but hopefully it will come in due time.

@novoid
Copy link

novoid commented Feb 28, 2017

Hi!

Can someone explain me how you implement Org-mode support? I am not go savvy but I don't see any Org-mode syntax parser included. Do you use any external library to parse and convert Org-mode?

Thanks!

@bep
Copy link
Member

bep commented Feb 28, 2017

Please use http://discuss.gohugo.io/ for questions/troubleshooting. Also see Hugo Documentation.

@novoid
Copy link

novoid commented Feb 28, 2017

I have a question for this specific commit. This commit has a built-in discussion/question functionality of GitHub and I don't want to create just another account for the external discussion portal.

The Hugo Documentation does not state how Org-mode syntax is converted. The linked source code fragment does not help either because there is no Org-mode extension mentioned.

@zet4
Copy link

zet4 commented Feb 28, 2017

Well if you read the source code in the commit you'd find helpers/content.go which shows that github.com/chaseadamsio/goorgeous is used for parsing the content.

@novoid
Copy link

novoid commented Feb 28, 2017

There seems to be a misunderstanding what "native Emacs Org-mode" means (mentioned on https://www.reddit.com/r/emacs/comments/5wibiv/hugo_v019_with_native_emacs_orgmode_content/). I thought that you're using the original Elisp parser whereas there is a Go-parser instead. My mistake.

Thanks for clarification.

bep added a commit that referenced this issue Jul 4, 2021
6ebb5dad9 Remove file
27cc23ef4 Hugo 0.84.4
94dccbfa4 Merge branch 'tempv0.84.4'
e9d8b61fb releaser: Add release notes to /docs for release of 0.84.4
51e472005 Improve readability of examples on shortcode templates page
0aef26479 Fix lookup order typos (#1484)
534a527fe Fix two typos (#1483)
394aabd5a Higo "0.84.3
03ee92c1c Merge branch 'tempv0.84.3'
96a8be0f1 releaser: Add release notes to /docs for release of 0.84.3
9a770323f Update index.md
7f65cfcbe Hugo 0.84.2
444422515 releaser: Add release notes to /docs for release of 0.84.2
a2f29c5d8 modules: Add module.import.noMounts config
e00e4a7e7 releaser: Add release notes to /docs for release of 0.84.2
af04b53b3 modules: Add module.import.noMounts config
f7d5669c7 Remove Appernetic (#1481)
14f8d4029 Clarify interaction of sections and top-level leaf bundles
d140b6a62 Update lookup-order.md
399904959 Update shortcode-templates.md
e78aa4865 Hugo 0.84.1
35d7c1c22 Merge branch 'tempv0.84.1'
a6be65b0d releaser: Add release notes to /docs for release of 0.84.1
7b3b3ca45 Hugo 0.84.0 News Grammar fixes
cbc23bf5a Remove trailing newlines
69349198d Fix erroridf docs
dbc1157c1 Fix missing deep

git-subtree-dir: docs
git-subtree-split: 6ebb5dad9a87655196c0990d88d50a2248df5c54
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants