From: Martyn Jago <martyn.jago@btinternet.com>
To: emacs-orgmode@gnu.org
Subject: [bug] Regression due to relocation of org-export.el
Date: Sat, 21 Apr 2012 18:07:57 +0100 [thread overview]
Message-ID: <m2obql3tea.fsf@btinternet.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 106 bytes --]
Hi
There's a small regression in org-export due to removal of EXPERIMENTAL
/ relocation.
Best, Martyn
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix require path due to removal of EXPERIMENTAL --]
[-- Type: text/x-patch, Size: 874 bytes --]
From eb3c7717cdd4a4dc1e5f76da4746293ff6f40d17 Mon Sep 17 00:00:00 2001
From: Martyn Jago <martyn.jago@btinternet.com>
Date: Sat, 21 Apr 2012 18:02:27 +0100
Subject: [PATCH] Fix require path due to removal of EXPERIMENTAL
* contrib/lisp/org-export.el:
path relative to org-export.el has changed due
to relocation of org-e-publish.el (removal of
EXPERIMENTAL)
---
contrib/lisp/org-export.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el
index 142b0fa..939a697 100644
--- a/contrib/lisp/org-export.el
+++ b/contrib/lisp/org-export.el
@@ -97,7 +97,7 @@
(require 'org-e-html "./org-e-html.el")
(require 'org-e-latex "./org-e-latex.el")
(require 'org-e-odt "./org-e-odt.el")
-(require 'org-e-publish "../org-e-publish.el")
+(require 'org-e-publish "./org-e-publish.el")
\f
--
1.7.3.4
next reply other threads:[~2012-04-21 17:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-21 17:07 Martyn Jago [this message]
2012-04-21 21:55 ` [bug] Regression due to relocation of org-export.el Nicolas Goaziou
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=m2obql3tea.fsf@btinternet.com \
--to=martyn.jago@btinternet.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).