Re: [O] org-babel-lob-ingest and debug-init

2015-06-18 Thread Andreas Leha
Hi, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> Andreas Leha writes: >>> Hi all, >>> >>> I have two lines like this in my .emacs: >>> >>> (org-babel-lob-ingest "~/path/to/library-of-babel.org") >>> (org-babel-lob-ingest "~/path/to/custom-library-of-babel.org") >>> >>> >>> All

Re: [O] org-babel-lob-ingest and debug-init

2015-06-17 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > Andreas Leha writes: >> Hi all, >> >> I have two lines like this in my .emacs: >> >> (org-babel-lob-ingest "~/path/to/library-of-babel.org") >> (org-babel-lob-ingest "~/path/to/custom-library-of-babel.org") >> >> >> All works fine usually. But when I start emacs u

Re: [O] org-babel-lob-ingest and debug-init

2015-06-17 Thread Andreas Leha
Andreas Leha writes: > Hi all, > > I have two lines like this in my .emacs: > > (org-babel-lob-ingest "~/path/to/library-of-babel.org") > (org-babel-lob-ingest "~/path/to/custom-library-of-babel.org") > > > All works fine usually. But when I start emacs using the --debug-init > option, these line

[O] org-babel-lob-ingest and debug-init

2015-06-17 Thread Andreas Leha
Hi all, I have two lines like this in my .emacs: --8<---cut here---start->8--- (org-babel-lob-ingest "~/path/to/library-of-babel.org") (org-babel-lob-ingest "~/path/to/custom-library-of-babel.org") --8<---cut here---end--->8-