From: Nick Dokos <nicholas.dokos@hp.com>
To: emacs-orgmode@gnu.org
Cc: nicholas.dokos@hp.com
Subject: ORG_ADD_CONTRIB and org-e-odt.el don't always play well together
Date: Tue, 02 Oct 2012 16:38:40 -0400 [thread overview]
Message-ID: <12642.1349210320@alphaville.americas.hpqcorp.net> (raw)
I added the following to my local.mk
ORG_ADD_CONTRIB = org-e-*
so when I do "make autoloads" (running from the git directory and
without compiling), it copies (among others) contrib/lisp/org-e-odt.el
to lisp/:
,----
| $ make autoloads
| make -C lisp autoloads
| make[1]: Entering directory `/home/nick/src/emacs/org/org-mode/lisp'
| rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc
| install -m 644 -p ../contrib/lisp/org-e-ascii.el ../contrib/lisp/org-e-beamer.el ../contrib/lisp/org-e-groff.el\
| ../contrib/lisp/org-e-html.el ../contrib/lisp/org-e-latex.el ../contrib/lisp/org-e-man.el\
| ../contrib/lisp/org-e-odt.el ../contrib/lisp/org-e-publish.el ../contrib/lisp/org-e-texinfo.el .
| org-version: 7.9.2 (release_7.9.2-382-g1ef9ee)
`----
When I then try to org-reload, I get an error because
org-e-odt.el restricts the path of the style file to one of three
choices (../../etc/styles, ../../etc/org, ../etc/org) relative to where
org-e-odt.el is found. None of these is satisfactory in this context: it
would have to be ../etc/styles.
Nick
next reply other threads:[~2012-10-02 20:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-02 20:38 Nick Dokos [this message]
2012-10-03 6:07 ` ORG_ADD_CONTRIB and org-e-odt.el don't always play well together Achim Gratz
2012-10-03 6:27 ` Nick Dokos
2012-10-03 9:18 ` Bastien
2012-10-03 9:23 ` Bastien
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=12642.1349210320@alphaville.americas.hpqcorp.net \
--to=nicholas.dokos@hp.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).