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

source code blocks in org not rendered correctly #4006

Closed
rafaelleru opened this issue Oct 24, 2017 · 6 comments
Closed

source code blocks in org not rendered correctly #4006

rafaelleru opened this issue Oct 24, 2017 · 6 comments
Labels

Comments

@rafaelleru
Copy link

When a source code block of org-mode is tabulated from the start of the line isn't rendered correctly but it if start at the begin of the line it shows correctly. Here some example code:


* some tabulated code
    #+BEGIN_SRC emacs-lisp
    (defun small-shell ()
	(interactive)
	(split-window-vertically)
	(other-window 1)
	(shrink-window (- (window-height) 12))
    (ansi-term))
    #+END_SRC

And here it is the rendered code:
image

@kaushalmodi
Copy link
Contributor

kaushalmodi commented Oct 25, 2017

You will have to open an issue for this on https://github.com/chaseadamsio/goorgeous.

@bep bep closed this as completed Oct 25, 2017
@bep
Copy link
Member

bep commented Oct 25, 2017

@kaushalmodi please don't use slightly related issues to promote your own packages. I have edited your post.

@kaushalmodi
Copy link
Contributor

@bep Sorry, understood.

@rafaelleru
Copy link
Author

maybe is my hugo theme??

@kaushalmodi
Copy link
Contributor

No, this has nothing to do with the theme.

@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 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants