On 05/04/11 16:31, Dror Atariah wrote:
Let me summarize the steps I carried out eventually, to use the package
manager. Note, I am using emacs 23 based editor which was shipped with org-mode
6.33.
* Updating
Follow the steps:
** Intsall the package manager
*** Download the =packages.el= file f
Let me summarize the steps I carried out eventually, to use the package
manager. Note, I am using emacs 23 based editor which was shipped with org-mode
6.33.
* Updating
Follow the steps:
** Intsall the package manager
*** Download the =packages.el= file from
http://repo.or.cz/w/emacs.git/blob_pl
Dror Atariah writes:
> It seems like I have to install the package manager.
>
> I followed the instructions in the org-mode FAQ. Added:
>
> (setq load-path (cons "~/Library/elisp" load-path))
> (require 'package)
> (package-initialize)
Add this line at the end of the init file. This ensures that
Dror Atariah writes:
> # Where local lisp files go.
> lispdir = $(prefix)/Aquamacs.app/Contents/Resources/lisp
I'm going out on a limb here, but you probably should better have:
lispdir = $(prefix)/Aquamacs.app/Contents/Resources/site-lisp/org-mode
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Ne
It seems like I have to install the package manager.
I followed the instructions in the org-mode FAQ. Added:
(setq load-path (cons "~/Library/elisp" load-path))
(require 'package)
(package-initialize)
To my .emacs, where packages.el located in ~/Library/elisp.
Then, when I restart Aquamacs I ge
Dror
Did you try installing with Package Manager/ELPA? It will be far much
simpler that way, I think ...
It is primarily designed to help new users of Emacs. You don't need to
learn git, tweak Makefiles, load-paths or battle with installing Info
manuals.
I would recommend ELPA anyday for users
I have added the following:
>>> (setq load-path (cons
>>>(expand-file-name "~/Library/elisp")
>>>load-path))
>>> (require 'org-install)
No change in the way Aquamacs+org-mode behaves. In particular version still
shows 6.33x... :(
Christian Moe writes:
> I quickly found that git pulls would overwrite my hand-edited
> Makefile, and a hand-edited Makefile caused conflicts on the next
> pull, and I didn't understand git at all.
You could set up your own local branch to track origin/master and
preferrably using rebase instead
Dror Atariah wrote:
> > #+begin_src elisp
> > (setq load-path (cons
> > (expand-file-name "~/Library/elisp")
> > load-path))
> > (require 'org-install)
> > #+end_src
> >
> @Yagnesh: where should I plug this code into?
>
In your .emacs (or equivalent emacs initia
> #+begin_src elisp
> (setq load-path (cons
> (expand-file-name "~/Library/elisp")
> load-path))
> (require 'org-install)
> #+end_src
>
@Yagnesh: where should I plug this code into?
hi Dror,
Dror Atariah writes:
> I tried to follow the update process described here:
> http://orgmode.org/worg/org-faq.html under:
> How do I keep current with bleeding edge development?
>
> The only change I made was the place where I checked out the new version.
> Instead of ~/elisp I have
Nick Dokos writes:
> Bernt Hansen wrote:
>
>> Dror Atariah writes:
>>
>> > I tried to follow the update process described here:
>> > http://orgmode.org/worg/org-faq.html under:
>> > How do I keep current with bleeding edge development?
>> >
>> > The only change I made was the place where I che
Bernt Hansen wrote:
> Dror Atariah writes:
>
> > I tried to follow the update process described here:
> > http://orgmode.org/worg/org-faq.html under:
> > How do I keep current with bleeding edge development?
> >
> > The only change I made was the place where I checked out the new version.
> >
Dror Atariah writes:
> I tried to follow the update process described here:
> http://orgmode.org/worg/org-faq.html under:
> How do I keep current with bleeding edge development?
>
> The only change I made was the place where I checked out the new version.
> Instead of ~/elisp I have ~/Library/el
Dror Atariah writes:
> I tried to follow the update process described here:
> http://orgmode.org/worg/org-faq.html under:
> How do I keep current with bleeding edge development?
Search for ELPA in FAQ. Maybe that will work well for you ...
Jambunathan K.
15 matches
Mail list logo