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

[WIP] Function for formatting githubified org files for Spacemacs #5345

Closed
wants to merge 1 commit into from

Conversation

JAremko
Copy link
Collaborator

@JAremko JAremko commented Mar 3, 2016

Add function spacemacs/orgify-orgbuf that formats org file(opened in a buffer) to be viewed via Spacemacs. (see #5342)

It seems to works as intended, but I haven't hooked it yet. Not sure if it should be a separate PR from #5342 or not, but said PR can't destructively affect Spacemacs and can be safely merged and this one should be carefully evaluated.

Part of proposed solution for #4399

@@ -277,4 +277,77 @@ buffer."
. (,feature . ,repl-func))
spacemacs-repl-list))

(defun spacemacs/orgify-orgbuf ()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be a good idea to split the function and reuse its parts in spacemacs/org-githubify-orgbuf But then both of them should be in the same PR.

@JAremko
Copy link
Collaborator Author

JAremko commented Mar 3, 2016

I'll move all #4399 related stuff to a single PR and discussion to #4399

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

Successfully merging this pull request may close these issues.

2 participants