* [Worg] [PATCH] Update info on OpenOffice exporter
@ 2011-02-03 8:28 Jambunathan K
2011-02-03 10:25 ` Puneeth Chaganti
0 siblings, 1 reply; 3+ messages in thread
From: Jambunathan K @ 2011-02-03 8:28 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 110 bytes --]
Can someone commit the following patch to worg?
Btw, I need commit access to 'new' worg.
Jambunathan K.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Update-info-on-OpenOffice-exporter.patch --]
[-- Type: text/x-patch, Size: 4094 bytes --]
From 0251dc250594cdc69d9cc7eca83ca3cf80302ad4 Mon Sep 17 00:00:00 2001
From: Jambunathan K <kjambunathan@gmail.com>
Date: Thu, 3 Feb 2011 13:51:36 +0530
Subject: [PATCH] Update info on OpenOffice exporter.
---
org-faq.org | 64 +++++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 43 insertions(+), 21 deletions(-)
diff --git a/org-faq.org b/org-faq.org
index 17fb66a..0c1ded3 100644
--- a/org-faq.org
+++ b/org-faq.org
@@ -3481,27 +3481,49 @@ and you could use `http' addresses just as well.
:CUSTOM_ID: convert-to-open-office
:END:
-While you cannot export directly from org to doc or odt, you can
-export to one of org-mode's supported export formats and then use an
-external tool or method to convert the exported file to doc or odt.
-While most of these methods work with simple documents, they may work
-more or less well when the document contains complex elements, such as
-footnotes, embedded images, math formulas, and so on. (Note, the lists
-below are by no means comprehensive).
-
-1. html -> odt/doc/rtf
- - open html in Open Office and save as odt/doc ([[http://permalink.gmane.org/gmane.emacs.orgmode/31482][see this post by
- Eric Fraga]])
- - [[http://www.artofsolving.com/opensource/pyodconverter][PyODConverter]]
- - [[http://johnmacfarlane.net/pandoc/][Pandoc]] (this works for LaTeX and docbook as well)
- - (Mac only) The [[http://developer.apple.com/library/mac/#DOCUMENTATION/Darwin/Reference/ManPages/man1/textutil.1.html][textutil]] utility bundled with OS X can convert
- from html to doc
-
-2. LaTeX -> odt/doc/rtf
- - [[http://latex2rtf.sourceforge.net/][LaTeX2rtf]] (works well with index, footnotes, and references)
- - [[http://www.tug.org/tex4ht/][TeX4ht]] (works with more complex latex elements, though can be
- difficult to install)
- - run =mk4ht oolatex file.tex=
+There are two approaches:
+- Use the development version of Org->Odt exporter
+
+ A native Org to OpenDocumentText exporter is in the works. The
+ exporter is currently not part of Orgmode repository. See the
+ following [[http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg01210.html][Announcement]] on the mailing list for further details.
+
+ At the moment, the exporter supports the following most commonly
+ used features of Org
+ - Various Character Styles
+ - Various Paragraph Styles (including Source Blocks)
+ - Embedded ODT
+ - Embedded MathML
+ - Numbered, Bulleted and Description lists
+ - Embedding and Resizing of Images including embedding of LaTeX
+ fragments
+ - Fuzzy, Dedicated and Radio Targets and Links
+ - Tables
+ - Footnotes
+ - Special markups for elements like TODOs, Timestamps and Tags
+
+
+- Use existing exporters
+
+ Export to one of org-mode's supported export formats and then use an
+ external tool or method to convert the exported file to doc or odt.
+
+ With simple documents, these methods work well. However for complex
+ documents containing footnotes, embedded images, math formuale etc
+ the results may be less than satisfactory. (Note, the lists below
+ are by no means comprehensive).
+ 1. html -> odt/doc/rtf
+ - open html in Open Office and save as odt/doc ([[http://permalink.gmane.org/gmane.emacs.orgmode/31482][see this post by
+ Eric Fraga]])
+ - [[http://www.artofsolving.com/opensource/pyodconverter][PyODConverter]]
+ - [[http://johnmacfarlane.net/pandoc/][Pandoc]] (this works for LaTeX and docbook as well)
+ - (Mac only) The [[http://developer.apple.com/library/mac/#DOCUMENTATION/Darwin/Reference/ManPages/man1/textutil.1.html][textutil]] utility bundled with OS X can convert
+ from html to doc
+ 2. LaTeX -> odt/doc/rtf
+ - [[http://latex2rtf.sourceforge.net/][LaTeX2rtf]] (works well with index, footnotes, and references)
+ - [[http://www.tug.org/tex4ht/][TeX4ht]] (works with more complex latex elements, though can be
+ difficult to install)
+ - run =mk4ht oolatex file.tex=
See [[http://permalink.gmane.org/gmane.emacs.orgmode/31168][this thread]] for further details.
--
1.7.2.3
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Worg] [PATCH] Update info on OpenOffice exporter
2011-02-03 8:28 [Worg] [PATCH] Update info on OpenOffice exporter Jambunathan K
@ 2011-02-03 10:25 ` Puneeth Chaganti
2011-02-03 11:06 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Puneeth Chaganti @ 2011-02-03 10:25 UTC (permalink / raw)
To: emacs-orgmode
On Thu, Feb 3, 2011 at 1:58 PM, Jambunathan K <kjambunathan@gmail.com> wrote:
>
> Can someone commit the following patch to worg?
Done!
> Btw, I need commit access to 'new' worg.
AFAIK, worg is still on repo.or.cz. Or am I wrong? I couldn't find a
repo of worg on the orgmode server's gitweb [1]
--
Puneeth
[1] - http://orgmode.org/w/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Worg] [PATCH] Update info on OpenOffice exporter
2011-02-03 10:25 ` Puneeth Chaganti
@ 2011-02-03 11:06 ` Bastien
0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2011-02-03 11:06 UTC (permalink / raw)
To: Puneeth Chaganti; +Cc: emacs-orgmode
Puneeth Chaganti <punchagan@gmail.com> writes:
>> Btw, I need commit access to 'new' worg.
>
> AFAIK, worg is still on repo.or.cz. Or am I wrong?
No you're right. We plan to move Worg to the new server but I wanted
to make sure we don't have problems with org-mode.git on the new server
before doing the switch for Worg.
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-03 11:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 8:28 [Worg] [PATCH] Update info on OpenOffice exporter Jambunathan K
2011-02-03 10:25 ` Puneeth Chaganti
2011-02-03 11:06 ` 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).