Skip to content
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ nav:
- Jupyter QtConsole: 'using_jupyter/qtconsole.md'
- Jupyter Console: 'using_jupyter/console.md'
- Remote Servers: 'using_jupyter/remote.md'
- Emacs Org Mode: 'using_jupyter/emacs-org-mode.md'
- Using the Stata Kernel:
- Introduction: 'using_stata_kernel/intro.md'
- Configuration: 'using_stata_kernel/configuration.md'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/src/using_jupyter/emacs-org-mode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Emacs Org Mode (using Babel) is a package for the Emacs text editor that connects with Jupyter kernels, such as stata_kernel,
to display results interactively inside the text editor. Emacs also allows full console access to jupyter kernels
for an interactive Stata experience. Like jupyter notebook or lab, it allows for mixing of text narrative, latex math,
with code and Stata results. Emacs Org Mode allows for fine grained control of document output for producing pdf manuscripts.

Installation instructions can be found [here](https://rlhick.people.wm.edu/posts/stata_kernel_emacs.html).

* Caveats
1. Emacs Org Mode will not currently display `html` output from the `%head` or `%help` magics. Using code block option `:display text/plain`
2. Some graphical output will not display export correctly. The problem and solution are described in the installation instruction link.