emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Updating org from git repository
@ 2012-07-17 16:29 James Harkins
  2012-07-17 16:46 ` Suvayu Ali
  0 siblings, 1 reply; 9+ messages in thread
From: James Harkins @ 2012-07-17 16:29 UTC (permalink / raw)
  To: emacs-orgmode

I have done this:

cd ~/share/org-mode.git
git checkout release_7.8.11
git checkout -b rel7.8.11
make
make install

I've already set up a ton of orgmode stuff in ~/.emacs, but Emacs was still finding the old org version. So I added:

(add-to-list 'load-path "/home/dlm/share/org-mode.git/lisp")

Now, when I reload orgmode, the minibuffer correctly shows "Org-mode version 7.8.11 (release_7.8.11 @ /home/dlm/share/org-mode.git/lisp/)" but...

Export to PDF dies with: "org-version: Symbol's function definition is void: org-release"

How do I complete the installation?
hjh


--
James Harkins /// dewdrop world
jamshark70@dewdrop-world.net
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-17 16:29 Updating org from git repository James Harkins
@ 2012-07-17 16:46 ` Suvayu Ali
  2012-07-17 17:59   ` Achim Gratz
  0 siblings, 1 reply; 9+ messages in thread
From: Suvayu Ali @ 2012-07-17 16:46 UTC (permalink / raw)
  To: emacs-orgmode

On Tue, Jul 17, 2012 at 12:29:39PM -0400, James Harkins wrote:
> I have done this:
> 
> cd ~/share/org-mode.git
> git checkout release_7.8.11
> git checkout -b rel7.8.11
> make
> make install
> 

See the output of "make help". The above is not the prescribed way to do
it. If you want the old make behaviour, you can do "make oldorg && make
install".

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-17 16:46 ` Suvayu Ali
@ 2012-07-17 17:59   ` Achim Gratz
  2012-07-17 19:09     ` James Harkins
  2012-07-17 21:57     ` Suvayu Ali
  0 siblings, 2 replies; 9+ messages in thread
From: Achim Gratz @ 2012-07-17 17:59 UTC (permalink / raw)
  To: emacs-orgmode

Suvayu Ali writes:
> See the output of "make help". The above is not the prescribed way to do
> it. If you want the old make behaviour, you can do "make oldorg && make
> install".

No, he's using the latest release version of Org, which means the old
Makefile (if this was really his intention I#d recommend to at least
check out maint).  For your suggestion to work he'd need to switch to
the master branch.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-17 17:59   ` Achim Gratz
@ 2012-07-17 19:09     ` James Harkins
  2012-07-17 21:37       ` Mehul Sanghvi
  2012-07-18  5:28       ` Achim Gratz
  2012-07-17 21:57     ` Suvayu Ali
  1 sibling, 2 replies; 9+ messages in thread
From: James Harkins @ 2012-07-17 19:09 UTC (permalink / raw)
  To: emacs-orgmode

Achim Gratz <Stromeko <at> nexgo.de> writes:

> Suvayu Ali writes:
> > See the output of "make help". The above is not the prescribed way to do
> > it. If you want the old make behaviour, you can do "make oldorg && make
> > install".
> 
> No, he's using the latest release version of Org, which means the old
> Makefile (if this was really his intention I#d recommend to at least
> check out maint).  For your suggestion to work he'd need to switch to
> the master branch.

Indeed, "make help" just tells me to run "make install."

So, how do I solve the problem with org-version? I use PDF export a lot during 
the school year.

hjh

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-17 19:09     ` James Harkins
@ 2012-07-17 21:37       ` Mehul Sanghvi
  2012-07-17 21:45         ` James Harkins
  2012-07-18  5:28       ` Achim Gratz
  1 sibling, 1 reply; 9+ messages in thread
From: Mehul Sanghvi @ 2012-07-17 21:37 UTC (permalink / raw)
  To: James Harkins; +Cc: emacs-orgmode

On Tue, Jul 17, 2012 at 3:09 PM, James Harkins <jamshark70@gmail.com> wrote:
> Achim Gratz <Stromeko <at> nexgo.de> writes:
>
>> Suvayu Ali writes:
>> > See the output of "make help". The above is not the prescribed way to do
>> > it. If you want the old make behaviour, you can do "make oldorg && make
>> > install".
>>
>> No, he's using the latest release version of Org, which means the old
>> Makefile (if this was really his intention I#d recommend to at least
>> check out maint).  For your suggestion to work he'd need to switch to
>> the master branch.
>
> Indeed, "make help" just tells me to run "make install."
>
> So, how do I solve the problem with org-version? I use PDF export a lot during
> the school year.
>
> hjh
>
>
>

Did you have Emacs up and running already ?  Did you restart Emacs ?
Did you do M-x org-reload ?


cheers,

      mehul

-- 
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-17 21:37       ` Mehul Sanghvi
@ 2012-07-17 21:45         ` James Harkins
  0 siblings, 0 replies; 9+ messages in thread
From: James Harkins @ 2012-07-17 21:45 UTC (permalink / raw)
  To: Mehul Sanghvi; +Cc: emacs-orgmode

At Tue, 17 Jul 2012 17:37:09 -0400,
Mehul Sanghvi wrote:
> Did you have Emacs up and running already ?  Did you restart Emacs ?

Yes. I've even logged out and logged back in (for a separate reason).

> Did you do M-x org-reload ?

Quoting myself:

~~
Now, when I reload orgmode, the minibuffer correctly shows "Org-mode version 7.8.11 (release_7.8.11 @ /home/dlm/share/org-mode.git/lisp/)"
~~

The problem persists.

hjh


--
James Harkins /// dewdrop world
jamshark70@dewdrop-world.net
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-17 17:59   ` Achim Gratz
  2012-07-17 19:09     ` James Harkins
@ 2012-07-17 21:57     ` Suvayu Ali
  1 sibling, 0 replies; 9+ messages in thread
From: Suvayu Ali @ 2012-07-17 21:57 UTC (permalink / raw)
  To: emacs-orgmode

On Tue, Jul 17, 2012 at 07:59:53PM +0200, Achim Gratz wrote:
> Suvayu Ali writes:
> > See the output of "make help". The above is not the prescribed way to do
> > it. If you want the old make behaviour, you can do "make oldorg && make
> > install".
> 
> No, he's using the latest release version of Org, which means the old
> Makefile (if this was really his intention I#d recommend to at least
> check out maint).  For your suggestion to work he'd need to switch to
> the master branch.
> 

Ah sorry. I misunderstood the OP. Thanks for correcting me.

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-17 19:09     ` James Harkins
  2012-07-17 21:37       ` Mehul Sanghvi
@ 2012-07-18  5:28       ` Achim Gratz
  2012-07-19 16:05         ` James Harkins
  1 sibling, 1 reply; 9+ messages in thread
From: Achim Gratz @ 2012-07-18  5:28 UTC (permalink / raw)
  To: emacs-orgmode

James Harkins <jamshark70 <at> gmail.com> writes:
> So, how do I solve the problem with org-version?

I already sent an answer to your original question, but somehow that didn't make
it to the list: most likely you've missed a "(require 'org-install)" in your
startup sequence.


Regards,
Achim.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Updating org from git repository
  2012-07-18  5:28       ` Achim Gratz
@ 2012-07-19 16:05         ` James Harkins
  0 siblings, 0 replies; 9+ messages in thread
From: James Harkins @ 2012-07-19 16:05 UTC (permalink / raw)
  To: emacs-orgmode

Achim Gratz <Stromeko <at> NexGo.DE> writes:
> James Harkins <jamshark70 <at> gmail.com> writes:
> > So, how do I solve the problem with org-version?
> 
> I already sent an answer to your original question, but somehow that didn't 
make
> it to the list: most likely you've missed a "(require 'org-install)" in your
> startup sequence.

That did it. Thanks.
hjh

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-07-19 16:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17 16:29 Updating org from git repository James Harkins
2012-07-17 16:46 ` Suvayu Ali
2012-07-17 17:59   ` Achim Gratz
2012-07-17 19:09     ` James Harkins
2012-07-17 21:37       ` Mehul Sanghvi
2012-07-17 21:45         ` James Harkins
2012-07-18  5:28       ` Achim Gratz
2012-07-19 16:05         ` James Harkins
2012-07-17 21:57     ` Suvayu Ali

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