* Outdated comment in ox.el
@ 2013-03-31 19:38 Suvayu Ali
2013-03-31 20:46 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Suvayu Ali @ 2013-03-31 19:38 UTC (permalink / raw)
To: Emacs Org mode
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
Hi Nicolas and others,
I think I found an outdated statement on backend variable names in the
commentary section in ox.el. I have attached a patch correcting it.
Needless to say, ignore this if I'm mistaken.
Cheers,
--
Suvayu
Open source is the future. It sets us free.
[-- Attachment #2: 0001-Fix-commentary-in-ox.el.patch --]
[-- Type: text/plain, Size: 713 bytes --]
From ef8a9c484f21f8a432c418b550e3b8a9f7cb95cc Mon Sep 17 00:00:00 2001
From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
Date: Sun, 31 Mar 2013 21:33:48 +0200
Subject: [PATCH] Fix commentary in ox.el
---
lisp/ox.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ox.el b/lisp/ox.el
index ff6407b..fc526f0 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -62,7 +62,7 @@
;; process.
;;
;; Any back-end can define its own variables. Among them, those
-;; customizable should belong to the `org-export-BACKEND' group.
+;; customizable should belong to the `org-BACKEND' group.
;;
;; Tools for common tasks across back-ends are implemented in the
;; following part of then file.
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Outdated comment in ox.el
2013-03-31 19:38 Outdated comment in ox.el Suvayu Ali
@ 2013-03-31 20:46 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2013-03-31 20:46 UTC (permalink / raw)
To: Suvayu Ali; +Cc: Emacs Org mode
Hello,
Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
> I think I found an outdated statement on backend variable names in the
> commentary section in ox.el. I have attached a patch correcting it.
> Needless to say, ignore this if I'm mistaken.
The statement is correct. The hierarchy is, for example:
Org > Org Export > Org Export Html
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-31 20:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 19:38 Outdated comment in ox.el Suvayu Ali
2013-03-31 20:46 ` 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).