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

src blocks only render in caps #92

Closed
glallen01 opened this issue Mar 18, 2019 · 1 comment
Closed

src blocks only render in caps #92

glallen01 opened this issue Mar 18, 2019 · 1 comment

Comments

@glallen01
Copy link

glallen01 commented Mar 18, 2019

This renders fine:

#+BEGIN_SRC bash
  #!/bin/bash
  uname -a
#+END_SRC

This does not,

#+begin_src bash
  #!/bin/bash
  uname -a
#+end_src

however lower-case is the default when using C-c C-, rather than <s TAB in the new 9.2.2 org-mode.

niklasfasching added a commit to niklasfasching/go-org that referenced this issue Jun 4, 2019
a recent org mode update broke goorgeous src blocks - already handled, just
added a test case (curiouslychase/goorgeous#92)
curiouslychase pushed a commit that referenced this issue Jun 24, 2019
@curiouslychase
Copy link
Owner

I had a branch I was getting ready to PR into Hugo this week, but it looks like @niklasfasching PR'ed a new org parser, so I'm closing all the issues here, deprecating and archiving goorgeous.

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

No branches or pull requests

2 participants