emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-version N/A when using git subtree
@ 2015-06-22 16:15 Johan Sandblom
  2015-07-22  1:00 ` Grant Rettke
  0 siblings, 1 reply; 3+ messages in thread
From: Johan Sandblom @ 2015-06-22 16:15 UTC (permalink / raw)
  To: Emacs orgmode

This is off topic, or at least the first paragraph is, but I don't know 
where else to ask ...

I maintain a private git repo where the org-mode git repo is included. 
I use it on several machines, both windows and linux, and also on a 
stick which I can use on the terribly restricted and firewalled 
computers at work (which curiously allow me to run emacs from the 
stick!). I used to include org-mode as a "fake submodule" 
(http://debuggable.com/posts/git-fake-submodules:4b563ee4-f3cc-4061-967e-0e48cbdd56cb) 
but wanted to learn more about git so I changed to a real submodule. 
This was annoying because then I could no longer just pull from the repo 
to the stick and have my new org-mode with me, I needed to update the 
submodule on the stick as well, which was more work than before. I then 
changed to using a git subtree for org-mode and lots of other bits and 
pieces that I wanted handy, even behind the firewall at work. This works 
great except for one thing:

org-version is set to N/A (on topic again I hope). As far as I have 
been able to gather with my non-existent developer skills the 
org-version stems from mk/default.mk and so could be adjusted in 
local.mk, but I am unable to figure out where I should get it from, and 
how to adjust it. Can you enlighten me?

Johan

-- 
Johan Sandblom, MD PhD
m +46735521477
What is wanted is not the will to believe, but the
will to find out, which is the exact opposite
--Bertrand Russell

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

* Re: org-version N/A when using git subtree
  2015-06-22 16:15 org-version N/A when using git subtree Johan Sandblom
@ 2015-07-22  1:00 ` Grant Rettke
  2015-07-24 11:08   ` Johan Sandblom
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Rettke @ 2015-07-22  1:00 UTC (permalink / raw)
  To: Johan Sandblom; +Cc: Emacs orgmode

Generate autoloads with out make?

http://orgmode.org/worg/org-hacks.html
Grant Rettke
--
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
“All creativity is an extended form of a joke.” --Kay
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson


On Mon, Jun 22, 2015 at 11:15 AM, Johan Sandblom <js@ndblom.se> wrote:
> This is off topic, or at least the first paragraph is, but I don't know
> where else to ask ...
>
> I maintain a private git repo where the org-mode git repo is included. I use
> it on several machines, both windows and linux, and also on a stick which I
> can use on the terribly restricted and firewalled computers at work (which
> curiously allow me to run emacs from the stick!). I used to include org-mode
> as a "fake submodule"
> (http://debuggable.com/posts/git-fake-submodules:4b563ee4-f3cc-4061-967e-0e48cbdd56cb)
> but wanted to learn more about git so I changed to a real submodule. This
> was annoying because then I could no longer just pull from the repo to the
> stick and have my new org-mode with me, I needed to update the submodule on
> the stick as well, which was more work than before. I then changed to using
> a git subtree for org-mode and lots of other bits and pieces that I wanted
> handy, even behind the firewall at work. This works great except for one
> thing:
>
> org-version is set to N/A (on topic again I hope). As far as I have been
> able to gather with my non-existent developer skills the org-version stems
> from mk/default.mk and so could be adjusted in local.mk, but I am unable to
> figure out where I should get it from, and how to adjust it. Can you
> enlighten me?
>
> Johan
>
> --
> Johan Sandblom, MD PhD
> m +46735521477
> What is wanted is not the will to believe, but the
> will to find out, which is the exact opposite
> --Bertrand Russell
>

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

* Re: org-version N/A when using git subtree
  2015-07-22  1:00 ` Grant Rettke
@ 2015-07-24 11:08   ` Johan Sandblom
  0 siblings, 0 replies; 3+ messages in thread
From: Johan Sandblom @ 2015-07-24 11:08 UTC (permalink / raw)
  To: Grant Rettke; +Cc: Emacs orgmode

Excellent idea. I'll try that when I meddle with it next. Thank you.

Johan

2015-07-22 03:00 skrev Grant Rettke:
> Generate autoloads with out make?
>
> http://orgmode.org/worg/org-hacks.html
> Grant Rettke
> --
> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
> “Wisdom begins in wonder.” --Socrates
> “All creativity is an extended form of a joke.” --Kay
> ((λ (x) (x x)) (λ (x) (x x)))
> “Life has become immeasurably better since I have been forced to stop
> taking it seriously.” --Thompson
>
>
> On Mon, Jun 22, 2015 at 11:15 AM, Johan Sandblom <js@ndblom.se> 
> wrote:
>> This is off topic, or at least the first paragraph is, but I don't 
>> know
>> where else to ask ...
>>
>> I maintain a private git repo where the org-mode git repo is 
>> included. I use
>> it on several machines, both windows and linux, and also on a stick 
>> which I
>> can use on the terribly restricted and firewalled computers at work 
>> (which
>> curiously allow me to run emacs from the stick!). I used to include 
>> org-mode
>> as a "fake submodule"
>> 
>> (http://debuggable.com/posts/git-fake-submodules:4b563ee4-f3cc-4061-967e-0e48cbdd56cb)
>> but wanted to learn more about git so I changed to a real submodule. 
>> This
>> was annoying because then I could no longer just pull from the repo 
>> to the
>> stick and have my new org-mode with me, I needed to update the 
>> submodule on
>> the stick as well, which was more work than before. I then changed 
>> to using
>> a git subtree for org-mode and lots of other bits and pieces that I 
>> wanted
>> handy, even behind the firewall at work. This works great except for 
>> one
>> thing:
>>
>> org-version is set to N/A (on topic again I hope). As far as I have 
>> been
>> able to gather with my non-existent developer skills the org-version 
>> stems
>> from mk/default.mk and so could be adjusted in local.mk, but I am 
>> unable to
>> figure out where I should get it from, and how to adjust it. Can you
>> enlighten me?
>>
>> Johan
>>
>> --
>> Johan Sandblom, MD PhD
>> m +46735521477
>> What is wanted is not the will to believe, but the
>> will to find out, which is the exact opposite
>> --Bertrand Russell
>>

-- 
Johan Sandblom, MD PhD
m +46735521477
What is wanted is not the will to believe, but the
will to find out, which is the exact opposite
--Bertrand Russell

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

end of thread, other threads:[~2015-07-24 11:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-22 16:15 org-version N/A when using git subtree Johan Sandblom
2015-07-22  1:00 ` Grant Rettke
2015-07-24 11:08   ` Johan Sandblom

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