dpom writes:
> I use el-get to obtain the last org-mode version and it's ok.
> My working configuration is:
>
> (setq el-get-sources
> '(
> ...
>(:name org-mode
> :build ("make clean" "make" "make doc"
> "make INSTALL_INFO=ginstall-info infodir=~/.emacs.d/info/org
> in
I use el-get to obtain the last org-mode version and it's ok.
My working configuration is:
(setq el-get-sources
'(
...
(:name org-mode
:build ("make clean" "make" "make doc"
"make INSTALL_INFO=ginstall-info infodir=~/.emacs.d/info/org
install-info")
:after (lambda (
>>> I am trying to follow the Org-mode from the git head using el-get. how
>>> ever its not working as intended. even after el-get-update and
>>> el-get-init , i see org-version is set to 7.1 (I am using emacs from
>>> git repo few days ago built) instead of 7.3 release_7.3xxx dirty.
>>>
>>> I thi
Dear Jambunathan,
Thanks for the reply.,
Jambunathan K writes:
> Unless you specifically want to use el-get there are various options
> available.
>
> See 'Keeping Current' section of http://orgmode.org/worg/org-faq.php for
> various options.
>
> Since you say you are a noob I suggest that y
Unless you specifically want to use el-get there are various options
available.
See 'Keeping Current' section of http://orgmode.org/worg/org-faq.php for
various options.
Since you say you are a noob I suggest that you use the Package
Manager - ELPA.
Jambunathan K.
yagnesh raghava yakkala wri