Skip to content

Instantly share code, notes, and snippets.

@newbenhd
Created August 12, 2017 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newbenhd/8d32ab93317935e426fd7669a887feb2 to your computer and use it in GitHub Desktop.
Save newbenhd/8d32ab93317935e426fd7669a887feb2 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (file-error "Creating directory" "read-only file system" "/tmp/babel-3484Vb2")
make-directory-internal("/tmp/babel-3484Vb2")
make-directory("/tmp/babel-3484Vb2")
#[0 "\303\305\306\300G!\203\307\f!\202\310\300\f\"!\240\210\302\203!\303\211\242\302P\240\210\301\203-\311\303\242!\210\2029\312\313\314\303\242\314\315\314\316&\210\314\207" ["babel-" t nil ("/tmp/babel-3484Vb2") temporary-file-directory make-temp-name zerop file-name-as-directory expand-file-name make-directory write-region "" nil silent excl] 8 "\n\n(fn)"]()
funcall(#[0 "\303\305\306\300G!\203\307\f!\202\310\300\f\"!\240\210\302\203!\303\211\242\302P\240\210\301\203-\311\303\242!\210\2029\312\313\314\303\242\314\315\314\316&\210\314\207" ["babel-" t nil ("/tmp/babel-3484Vb2") temporary-file-directory make-temp-name zerop file-name-as-directory expand-file-name make-directory write-region "" nil silent excl] 8 "\n\n(fn)"])
make-temp-file("babel-" t)
byte-code("\204!\302\301!\204!\303\302\301!\203\304 !\203 \206\305\306\307\"!\210\302\207" [noninteractive org-babel-temporary-directory boundp (lambda (def-tmp-var) (defvar org-babel-temporary-directory def-tmp-var "Directory to hold temporary files created to execute code blocks.\nUsed by `org-babel-temp-file'. This directory will be removed on\nEmacs shutdown.")) file-exists-p make-temp-file "babel-" t] 4)
require(ob-core)
byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\210\300\307!\210\300\310!\210\300\311!\210\300\312!\210\300\313!\210\314\315!\207" [require org-macs org-compat ob-eval ob-core ob-comint ob-exp ob-keys ob-table ob-lob ob-ref ob-tangle provide ob] 2)
require(ob)
require(ob-emacs-lisp)
#[(pair) "A\303@!\211\203\304\305\306 P!!\202%\307\305\310 P!!\210\307\305\311 P!!*\207" [pair lang active symbol-name require intern "ob-" fmakunbound "org-babel-execute:" "org-babel-expand-body:"] 5]((emacs-lisp . t))
mapc(#[(pair) "A\303@!\211\203\304\305\306 P!!\202%\307\305\310 P!!\210\307\305\311 P!!*\207" [pair lang active symbol-name require intern "ob-" fmakunbound "org-babel-execute:" "org-babel-expand-body:"] 5] ((emacs-lisp . t)))
org-babel-do-load-languages(org-babel-load-languages ((emacs-lisp . t)))
custom-initialize-reset(org-babel-load-languages (quote ((emacs-lisp . t))))
custom-declare-variable(org-babel-load-languages (quote ((emacs-lisp . t))) "Languages which can be evaluated in Org-mode buffers.\nThis list can be used to load support for any of the languages\nbelow, note that each language will depend on a different set of\nsystem executables and/or Emacs modes. When a language is\n\"loaded\", then code blocks in that language can be evaluated\nwith `org-babel-execute-src-block' bound by default to C-c\nC-c (note the `org-babel-no-eval-on-ctrl-c-ctrl-c' variable can\nbe set to remove code block evaluation from the C-c C-c\nkeybinding. By default only Emacs Lisp (which has no\nrequirements) is loaded." :group org-babel :set org-babel-do-load-languages :version "24.1" :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C" C) (const :tag "R" R) (const :tag "Asymptote" asymptote) (const :tag "Calc" calc) (const :tag "Clojure" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Fortran" fortran) (const :tag "Gnuplot" gnuplot) (const :tag "Haskell" haskell) (const :tag "IO" io) (const :tag "Java" java) (const :tag "Javascript" js) (const :tag "LaTeX" latex) (const :tag "Ledger" ledger) (const :tag "Lilypond" lilypond) (const :tag "Lisp" lisp) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "Matlab" matlab) (const :tag "Mscgen" mscgen) (const :tag "Ocaml" ocaml) (const :tag "Octave" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Pico Lisp" picolisp) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scala" scala) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Shell Script" sh) (const :tag "Shen" shen) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)))
byte-code("\300\301\302\303\304\305\306\307\310\311\312\313& \210\300\314\315\316\312\317\310\311\304\320& \210\321\322\323\"\210\321\324\323\"\207" [custom-declare-variable org-babel-load-languages (quote ((emacs-lisp . t))) "Languages which can be evaluated in Org-mode buffers.\nThis list can be used to load support for any of the languages\nbelow, note that each language will depend on a different set of\nsystem executables and/or Emacs modes. When a language is\n\"loaded\", then code blocks in that language can be evaluated\nwith `org-babel-execute-src-block' bound by default to C-c\nC-c (note the `org-babel-no-eval-on-ctrl-c-ctrl-c' variable can\nbe set to remove code block evaluation from the C-c C-c\nkeybinding. By default only Emacs Lisp (which has no\nrequirements) is loaded." :group org-babel :set org-babel-do-load-languages :version "24.1" :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C" C) (const :tag "R" R) (const :tag "Asymptote" asymptote) (const :tag "Calc" calc) (const :tag "Clojure" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Fortran" fortran) (const :tag "Gnuplot" gnuplot) (const :tag "Haskell" haskell) (const :tag "IO" io) (const :tag "Java" java) (const :tag "Javascript" js) (const :tag "LaTeX" latex) (const :tag "Ledger" ledger) (const :tag "Lilypond" lilypond) (const :tag "Lisp" lisp) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "Matlab" matlab) (const :tag "Mscgen" mscgen) (const :tag "Ocaml" ocaml) (const :tag "Octave" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Pico Lisp" picolisp) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scala" scala) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Shell Script" sh) (const :tag "Shen" shen) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite)) :value-type (boolean :tag "Activate" :value t)) org-clone-delete-id nil "Remove ID property of clones of a subtree.\nWhen non-nil, clones of a subtree don't inherit the ID property.\nOtherwise they inherit the ID property with a new unique\nidentifier." boolean org-id autoload org-release "org-version.el" org-git-version] 12)
require(org)
byte-code("\300\301!\210\300\302!\207" [require org org-macs] 2)
require(org-agenda)
byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\207" [require bookmark calendar org-agenda page-break-lines recentf dashboard-widgets] 2)
require(dashboard)
eval-buffer(#<buffer *load*> nil "/home/newbenhd/.emacs" nil t) ; Reading at buffer position 1383
load-with-code-conversion("/home/newbenhd/.emacs" "/home/newbenhd/.emacs" t t)
load("~/.emacs" t t)
#[0 "\205\262 \306=\203\307\310Q\202; \311=\204\307\312Q\202;\313\307\314\315#\203*\316\202;\313\307\314\317#\203:\320\nB\321\202;\316\322\323\322\211#\210 \322=\203a\324\325\326\307\327Q!\"\323\322\211#\210 \322=\203`\210 \203\243\330 !\331\232\203\243\332 !\211\333P\334!\203}\211\202\210\334!\203\207\202\210\314\262\203\241\335 \"\203\237\336\337 #\210\340\341!\210\266\f?\205\260\314\323\342\322\211#)\262\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()
command-line()
normal-top-level()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment