Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
ob-sh to ob-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kjhealy committed Oct 4, 2015
1 parent 51f4773 commit 2159c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-kit-org.org
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ contains an up to date list of the currently supported languages.
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
(sh . t)))
(shell . t)))
#+end_src

The next block makes org-babel aware that a lower-case 'r' in a =src= block header should be processed as R.
Expand Down

1 comment on commit 2159c5c

@turbolay
Copy link

Choose a reason for hiding this comment

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

If you have a trouble loading "ob-shell" in downloaded .el for emacs configuration, try swapping those lines into your config system (.emacs or .el if your .emacs is a redirection): f emacs fails to find ob-shell, you should do the exact opposite to what is doing in this commit!
Thank you for this commit btx, you saved me so much time!

Please sign in to comment.