emacs-starter-kit icon indicating copy to clipboard operation
emacs-starter-kit copied to clipboard

NO LONGER MAINTAINED! A drop-in starter-kit for Emacs 24, aimed at social scientists researching and writing in plain text using some combination of LaTeX, R, ESS, Git, Markdown, and Org-Mode.

Results 14 emacs-starter-kit issues
Sort by recently updated
recently updated
newest added

I got "Symbol's value as a variable is void" error when running `starter-kit-compile`. I think Line 308 of starter-kit-org should be `arg` not `args`. (At least, when I edited it...

In the code block here: https://github.com/kjhealy/emacs-starter-kit/blob/master/starter-kit.org#e-lisp-customization there is a redundancy whereby (my personal version of) the file kjhealy.org is loaded 4 times, as is clear by looking at the _messages_...

When I save or evaluate Sweave code, R tries to format my code by inserting 10 blank spaces at the beginning of some lines. beside the fact that it's kind...

``` #+srcname: mac-keys #+begin_src emacs-lisp tangle: no ``` incorrectly tangles because it should be ``` #+srcname: mac-keys #+begin_src emacs-lisp :tangle no ```