* org build/git problems
@ 2013-07-09 2:57 Rustom Mody
2013-07-09 3:27 ` Rustom Mody
0 siblings, 1 reply; 2+ messages in thread
From: Rustom Mody @ 2013-07-09 2:57 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 3506 bytes --]
Ive been having problems with odt export which seem to be related to build
issues which seem to be related to git issues.
http://thread.gmane.org/gmane.emacs.orgmode/74409
In more detail:
http://orgmode.org/worg/dev/org-build-system.html
says that the build structure includes (among other makefiles) these
---------------------------------------
<org-mode>/doc/Makefile
<org-mode>/etc/Makefile
<org-mode>/lisp/Makefile
---------------------------------------
However on my system I 'find' as follows
---------------------------------------
$ find . -iname makefile
./lisp/Makefile
./Makefile
---------------------------------------
ie there are NO makefiles in etc doc etc. Only in lisp.
So I conclude that the etc make which is needed to setup the odt export
paths is not happening and so odt-export is barfing.
So where are the makefiles?
Running git status I get the following which among other things shows the
makefiles from doc and etc as deleted.
I am too much of a git noob to know what next!!
---------------------------------------
$ git status
# On branch master
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working
directory)
#
# deleted: .dir-locals.el
# deleted: .dir-settings.el
# deleted: contrib/scripts/.gitignore
# deleted: contrib/scripts/dir2org.zsh
# deleted: contrib/scripts/ditaa.jar
# deleted: contrib/scripts/docco.css
# deleted: contrib/scripts/org-docco.org
# deleted: contrib/scripts/staticmathjax/.gitignore
# deleted: contrib/scripts/staticmathjax/README.org
# deleted: contrib/scripts/staticmathjax/chrome/chrome.manifest
# deleted: contrib/scripts/staticmathjax/chrome/content/main.js
# deleted: contrib/scripts/staticmathjax/chrome/content/main.xul
# deleted: contrib/scripts/staticmathjax/defaults/preferences/prefs.js
# deleted: contrib/scripts/x11idle.c
# deleted: doc/.aspell.org.conf
# deleted: doc/.nosearch
# deleted: doc/Documentation_Standards.org
# deleted: doc/Makefile
# deleted: doc/dir
# deleted: etc/Makefile
# deleted: mk/fake_change_log.pl
# deleted: mk/git-changelog
# deleted: mk/guidesplit.pl
# deleted: mk/list-hooks.pl
# deleted: mk/manfull.pl
# deleted: mk/mansplit.pl
# deleted: request-assign-future.txt
# deleted: testing/.gitignore
# deleted: testing/examples/include.org
# deleted: testing/examples/include2.org
# deleted: testing/examples/link-in-heading.org
# deleted: testing/examples/links.org
# deleted: testing/examples/no-heading.org
# deleted: testing/examples/normal.org
# deleted: testing/examples/ob-awk-test.in
# deleted: testing/examples/ob-awk-test.org
# deleted: testing/examples/ob-lilypond-broken.ly
# deleted: testing/examples/ob-lilypond-broken.org
# deleted: testing/examples/ob-lilypond-test.error
# deleted: testing/examples/ob-lilypond-test.ly
# deleted: testing/examples/ob-lilypond-test.org
# deleted: testing/examples/ob-maxima-test.org
# deleted: testing/examples/ob-octave-test.org
# deleted: testing/examples/ob-screen-test.org
# deleted: testing/examples/org-exp.org
# deleted: testing/examples/property-inheritance.org
# deleted: testing/jump
#
no changes added to commit (use "git add" and/or "git commit -a")
[-- Attachment #2: Type: text/html, Size: 5311 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: org build/git problems
2013-07-09 2:57 org build/git problems Rustom Mody
@ 2013-07-09 3:27 ` Rustom Mody
0 siblings, 0 replies; 2+ messages in thread
From: Rustom Mody @ 2013-07-09 3:27 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 707 bytes --]
On Tue, Jul 9, 2013 at 8:27 AM, Rustom Mody <rustompmody@gmail.com> wrote:
> Ive been having problems with odt export which seem to be related to build
> issues which seem to be related to git issues.
> http://thread.gmane.org/gmane.emacs.orgmode/74409
>
> In more detail:
>
Ran a
git reset --hard
The deleted status-es disappeared
Now odt export is working.
So two questions:
1. What could have happened that those files vanished?
2. Is it possible with the new build system to run org compiled but in-tree.
I do not like to run org from a separate build-directory than the git
directory because it creates one more nook for versionitits. See thread
http://thread.gmane.org/gmane.emacs.orgmode/73974/
[-- Attachment #2: Type: text/html, Size: 1157 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-09 3:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09 2:57 org build/git problems Rustom Mody
2013-07-09 3:27 ` Rustom Mody
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).