Hi Achim and Yagnesh,
Achim Gratz writes:
> Yagnesh Raghava Yakkala writes:
>> 1. Is the above snippet is all that is needed to load org.?
>
> The "public" interfaces of org should all be autoloaded, IMHO. Bastien
> may be able to answer why some of the interactive functions are not
> autoload
Hello Achim,
Thank you for the reply,
Achim Gratz writes:
> Yagnesh Raghava Yakkala writes:
>> 1. Is the above snippet is all that is needed to load org.?
>
> The "public" interfaces of org should all be autoloaded, IMHO. Bastien
> may be able to answer why some of the interactive functions a
Yagnesh Raghava Yakkala writes:
> 1. Is the above snippet is all that is needed to load org.?
The "public" interfaces of org should all be autoloaded, IMHO. Bastien
may be able to answer why some of the interactive functions are not
autoloaded (my guess is that they may need some initialization,
Greetings!!
I run "make oldorg" to generate org-install.el and have following in my init
file, everything is working fine(I believe).
(require 'org-install)
I have few questions about installation procedure though.
1. Is the above snippet is all that is needed to load org.?
supp