emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: yagnesh raghava yakkala <yagneshmsc@gmail.com>
To: emacs-orgmode@gnu.org
Subject: little problem with installing org with el-get
Date: Wed, 17 Nov 2010 19:48:03 +0900	[thread overview]
Message-ID: <87d3q4dy58.fsf@gmail.com> (raw)


Dear list,

I recently dove into emacs world because of org. This is my first mail
to list so let me thank to Org-mode , Carsten and all contributors.

Now to the problem,

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 think this is nothing to do with my /init.el/. As a work around I
removed org folder from the emacs installation. After doing so it is
showing the correct version which is installed.

I dont know this is a problem with el-get. is anybody using el-get to
maintain your org and other elisp code.

in my init.el I have el-get-sources setup as the following.

------------------------------------------------------------------
(setq el-get-sources
      '(
	(:name magit
               :after (lambda () (global-set-key (kbd "C-x C-z") 'magit-status)))

	(:name org-mode
	       :type git
	       :url "git://repo.or.cz/org-mode.git"
	       :info "doc"
	       :build ("make clean" "make" "make doc")
	       :load-path ("lisp" "contrib/lisp")
	       :features org-install)
	(:name smex
	       :type git
	       :url "http://github.com/nonsequitur/smex.git")

	(:name el-get
	       :type git
	       :url "git://github.com/dimitri/el-get.git"
	       :features el-get
	       :load    "el-get.el")
	))
-----------------------------------------------------------------------
        
Apologies if my terminology and language confuses you.
 
Regards.,
Yagnesh

PS: I am almost a noob to elisp and even to programming. so please
bear with me. I am sending this from /gnus/ for the first time hoping to
reach the list.

             reply	other threads:[~2010-11-17 11:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17 10:48 yagnesh raghava yakkala [this message]
2010-11-17 11:39 ` little problem with installing org with el-get Jambunathan K
2010-11-17 13:35   ` yagnesh raghava yakkala
2010-11-17 14:20     ` Jambunathan K
2010-11-17 19:47 ` dpom
2010-11-18 10:25   ` yagnesh raghava yakkala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3q4dy58.fsf@gmail.com \
    --to=yagneshmsc@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).