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
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
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
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-