emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Add org-lparse and org-odt as contrib modules
@ 2011-07-01 20:31 Jambunathan K
  2011-07-02  9:16 ` [Accepted] " Bastien Guerry
  2011-07-02  9:17 ` [PATCH] " Bastien
  0 siblings, 2 replies; 3+ messages in thread
From: Jambunathan K @ 2011-07-01 20:31 UTC (permalink / raw)
  To: emacs-orgmode

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-Add-org-lparse-and-org-odt-as-contrib-modules.patch --]
[-- Type: text/x-patch, Size: 3002 bytes --]

From 9b97d19c1184d3cf2cc82831e3d29067cf91f014 Mon Sep 17 00:00:00 2001
From: Jambunathan K <kjambunathan@gmail.com>
Date: Sat, 2 Jul 2011 01:56:01 +0530
Subject: [PATCH] Add org-lparse and org-odt as contrib modules

* lisp/org.el (org-modules): Add org-lparse and org-odt as
contrib modules.
* contrib/README: Ditto
---
 contrib/README |    2 ++
 lisp/org.el    |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/contrib/README b/contrib/README
index c076c89..05a2635 100644
--- a/contrib/README
+++ b/contrib/README
@@ -33,12 +33,14 @@ org-interactive-query.el --- Interactive modification of tags query
 org-invoice.el           --- Help manage client invoices in OrgMode
 org-jira.el              --- Add a jira:ticket protocol to Org
 org-learn.el             --- SuperMemo's incremental learning algorithm
+org-lparse.el            --- Library for building custom exporters
 org-mac-iCal.el          --- Imports events from iCal.app to the Emacs diary
 org-mac-link-grabber.el  --- Grab links and URLs from various Mac applications
 org-mairix.el 	         --- Hook mairix search into Org for different MUAs
 org-man.el 	         --- Support for links to manpages in Org-mode
 org-mime.el              --- org html export for text/html MIME emails
 org-mtags.el 	         --- Support for some Muse-like tags in Org-mode
+org-odt.el 	         --- OpenDocumentText exporter for Org-mode
 org-panel.el 	         --- Simple routines for us with bad memory
 org-registry.el          --- A registry for Org links
 org-screen.el            --- Visit screen sessions through Org-mode links
diff --git a/lisp/org.el b/lisp/org.el
index 6824f38..0edeb9d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -329,12 +329,14 @@ to add the symbol `xyz', and the package must have a call to
 
 	(const :tag "C  jira:              Add a jira:ticket protocol to Org-mode" org-jira)
 	(const :tag "C  learn:             SuperMemo's incremental learning algorithm" org-learn)
+	(const :tag "C  lparse:            Library for building custom exporters" org-lparse)
 	(const :tag "C  mairix:            Hook mairix search into Org-mode for different MUAs" org-mairix)
 	(const :tag "C  notmuch:           Provide org links to notmuch searches or messages" org-notmuch)
 	(const :tag "C  mac-iCal           Imports events from iCal.app to the Emacs diary" org-mac-iCal)
 	(const :tag "C  mac-link-grabber   Grab links and URLs from various Mac applications" org-mac-link-grabber)
 	(const :tag "C  man:               Support for links to manpages in Org-mode" org-man)
 	(const :tag "C  mtags:             Support for muse-like tags" org-mtags)
+	(const :tag "C  odt:               OpenDocumentText exporter for Org-mode" org-odt)
 	(const :tag "C  panel:             Simple routines for us with bad memory" org-panel)
 	(const :tag "C  registry:          A registry for Org-mode links" org-registry)
 	(const :tag "C  org2rem:           Convert org appointments into reminders" org2rem)
-- 
1.7.2.3


[-- Attachment #2: Type: text/plain, Size: 5 bytes --]


-- 

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

* [Accepted]  Add org-lparse and org-odt as contrib modules
  2011-07-01 20:31 [PATCH] Add org-lparse and org-odt as contrib modules Jambunathan K
@ 2011-07-02  9:16 ` Bastien Guerry
  2011-07-02  9:17 ` [PATCH] " Bastien
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien Guerry @ 2011-07-02  9:16 UTC (permalink / raw)
  To: emacs-orgmode

Patch 818 (http://patchwork.newartisans.com/patch/818/) is now "Accepted".

Maintainer comment: Removed org-lparse.el from org-modules

This relates to the following submission:

http://mid.gmane.org/%3C817h817nfj.fsf%40gmail.com%3E

Here is the original message containing the patch:

> Content-Type: text/plain; charset="utf-8"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Subject: [O] Add org-lparse and org-odt as contrib modules
> Date: Sat, 02 Jul 2011 01:31:28 -0000
> From: Jambunathan K <kjambunathan@gmail.com>
> X-Patchwork-Id: 818
> Message-Id: <817h817nfj.fsf@gmail.com>
> To: emacs-orgmode@gnu.org
> 
> --
> 
> 
> >From 9b97d19c1184d3cf2cc82831e3d29067cf91f014 Mon Sep 17 00:00:00 2001
> From: Jambunathan K <kjambunathan@gmail.com>
> Date: Sat, 2 Jul 2011 01:56:01 +0530
> Subject: [PATCH] Add org-lparse and org-odt as contrib modules
> 
> * lisp/org.el (org-modules): Add org-lparse and org-odt as
> contrib modules.
> * contrib/README: Ditto
> ---
>  contrib/README |    2 ++
>  lisp/org.el    |    2 ++
>  2 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/contrib/README b/contrib/README
> index c076c89..05a2635 100644
> --- a/contrib/README
> +++ b/contrib/README
> @@ -33,12 +33,14 @@ org-interactive-query.el --- Interactive modification of tags query
>  org-invoice.el           --- Help manage client invoices in OrgMode
>  org-jira.el              --- Add a jira:ticket protocol to Org
>  org-learn.el             --- SuperMemo's incremental learning algorithm
> +org-lparse.el            --- Library for building custom exporters
>  org-mac-iCal.el          --- Imports events from iCal.app to the Emacs diary
>  org-mac-link-grabber.el  --- Grab links and URLs from various Mac applications
>  org-mairix.el 	         --- Hook mairix search into Org for different MUAs
>  org-man.el 	         --- Support for links to manpages in Org-mode
>  org-mime.el              --- org html export for text/html MIME emails
>  org-mtags.el 	         --- Support for some Muse-like tags in Org-mode
> +org-odt.el 	         --- OpenDocumentText exporter for Org-mode
>  org-panel.el 	         --- Simple routines for us with bad memory
>  org-registry.el          --- A registry for Org links
>  org-screen.el            --- Visit screen sessions through Org-mode links
> diff --git a/lisp/org.el b/lisp/org.el
> index 6824f38..0edeb9d 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -329,12 +329,14 @@ to add the symbol `xyz', and the package must have a call to
>  
>  	(const :tag "C  jira:              Add a jira:ticket protocol to Org-mode" org-jira)
>  	(const :tag "C  learn:             SuperMemo's incremental learning algorithm" org-learn)
> +	(const :tag "C  lparse:            Library for building custom exporters" org-lparse)
>  	(const :tag "C  mairix:            Hook mairix search into Org-mode for different MUAs" org-mairix)
>  	(const :tag "C  notmuch:           Provide org links to notmuch searches or messages" org-notmuch)
>  	(const :tag "C  mac-iCal           Imports events from iCal.app to the Emacs diary" org-mac-iCal)
>  	(const :tag "C  mac-link-grabber   Grab links and URLs from various Mac applications" org-mac-link-grabber)
>  	(const :tag "C  man:               Support for links to manpages in Org-mode" org-man)
>  	(const :tag "C  mtags:             Support for muse-like tags" org-mtags)
> +	(const :tag "C  odt:               OpenDocumentText exporter for Org-mode" org-odt)
>  	(const :tag "C  panel:             Simple routines for us with bad memory" org-panel)
>  	(const :tag "C  registry:          A registry for Org-mode links" org-registry)
>  	(const :tag "C  org2rem:           Convert org appointments into reminders" org2rem)
> -- 
> 1.7.2.3
> 
> 

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

* Re: [PATCH] Add org-lparse and org-odt as contrib modules
  2011-07-01 20:31 [PATCH] Add org-lparse and org-odt as contrib modules Jambunathan K
  2011-07-02  9:16 ` [Accepted] " Bastien Guerry
@ 2011-07-02  9:17 ` Bastien
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2011-07-02  9:17 UTC (permalink / raw)
  To: Jambunathan K; +Cc: emacs-orgmode

Jambunathan K <kjambunathan@gmail.com> writes:

>From 9b97d19c1184d3cf2cc82831e3d29067cf91f014 Mon Sep 17 00:00:00 2001
> From: Jambunathan K <kjambunathan@gmail.com>
> Date: Sat, 2 Jul 2011 01:56:01 +0530
> Subject: [PATCH] Add org-lparse and org-odt as contrib modules

Applied, thanks.  I removed org-lparse.el from org-modules, I think
users don't need to know about this module, which is already loaded 
by org-odt.el -- let me know if I miss something here.

-- 
 Bastien

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

end of thread, other threads:[~2011-07-02  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-01 20:31 [PATCH] Add org-lparse and org-odt as contrib modules Jambunathan K
2011-07-02  9:16 ` [Accepted] " Bastien Guerry
2011-07-02  9:17 ` [PATCH] " Bastien

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