jkitchin / scipy2013

19 stars 8 forks source link

Post emacs configuration from the talk? #1

Closed fasiha closed 11 years ago

fasiha commented 11 years ago

I think a non-trivial part of your demoing of emacs was configuration-dependent and it would be very useful to be able to use your configuration when playing with this org file.

Cases in point: I open the "Example with emacs-lisp" section and C-c ' the code block (and marvel at the new buffer that opens), then C-c ' back, the code block has been mysteriously indented by two spaces. Then when I evaluate the code block via C-c C-c, the results are printed as a table, i.e., | . | .. | .git | ... rather than newline-separated.

(Searching the manual for configuration options to customize these to match your demo setup now.)

jkitchin commented 11 years ago

My emacs setup is at https://github.com/jkitchin/jmax/blob/master/jmax.org

check out section 8.1 and 8.5 for the sections that control the default exports, and code indentations.

I hope that helps! The other potentially relevant detail is I am using/transitioning to the org-8.0.3 and the new exporter engine, which only affects exporting to html/pdf.