-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cannot use stata in org-mode with spacemacs #13879
Comments
If stata is obsolete in ess it will not longer be supported in org, except that you have a package providing this support instead. Still I have just glanced over your ticket so my comment could be completely wrong. I think someone working with ESS at least should check whether If the support is gone I don't see a way to add this back except of making a PR upstream. |
@smile13241324 , thank you! I temporarily solve this problem by downgrading ESS to an earlier version, and it works for now. I take steps as follows.
|
So this is a dropped feature from ESS? Then I am afraid we cannot do much in Spacemacs, except if you have an alternative package to integrate. |
Dropped feature from upstream, must be clarified in the ESS project. |
Description![:octocat: :octocat:](https://github.githubassets.com/images/icons/emoji/octocat.png)
Recently, I started using spacemacs and enjoy it very much. For a while, I was able to use Stata in org-mode in spacemacs through ESS. After a recent spacemacs update, I cannot use Stata in org-mode anymore because Stata is obsolete the latest release of ESS. When I try to edit the following code block,
#+begin_src stata :tangle yes
webuse auto;
#+end_src
I cannot open the clock block and get an error message as follows
org-edit-src-code: No such language mode: stata-mode
I am using the develop branch of spacemacs 0.300 with emacs 27.0.50. And, I output my system information using
uname -a
with the following output
Linux 4.15.0-112-generic #113~16.04.1-Ubuntu x86_64 GNU/Linux
How do I use Stata in org-mode with spacemacs?
Reproduction guide 🪲
#+begin_src stata :tangle yes
webuse auto;
#+end_src
Observed behaviour: 👀 💔
I cannot open the code block and receive a message saying "org-edit-src-code: No such language mode: stata-mode"
Expected behaviour: ❤️ 😄
I expect to open the code block and edit the code block in org-mode.
System Info 💻
Backtrace 🐾
The text was updated successfully, but these errors were encountered: