emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [bug] Regression due to relocation of org-export.el
@ 2012-04-21 17:07 Martyn Jago
  2012-04-21 21:55 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Martyn Jago @ 2012-04-21 17:07 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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


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

* Re: [bug] Regression due to relocation of org-export.el
  2012-04-21 17:07 [bug] Regression due to relocation of org-export.el Martyn Jago
@ 2012-04-21 21:55 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2012-04-21 21:55 UTC (permalink / raw)
  To: Martyn Jago; +Cc: emacs-orgmode

Hello,

Martyn Jago <martyn.jago@btinternet.com> writes:

> There's a small regression in org-export due to removal of EXPERIMENTAL
> / relocation. 

Applied. Thank you for the patch.


Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2012-04-21 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-21 17:07 [bug] Regression due to relocation of org-export.el Martyn Jago
2012-04-21 21:55 ` Nicolas Goaziou

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