emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export Org Mode in Wiki Format
@ 2009-07-15 19:30 Mike Malloy
  2009-07-15 20:28 ` Russell Adams
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Mike Malloy @ 2009-07-15 19:30 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 342 bytes --]

Hello,
I am a newbie but have done a Google search for this.

I would like to export a .org file to a Confluence wiki page.  Does anyone
have any insight of how to do this?


Thanks, Mike

-- 
Mike Malloy  |  Senior Director of Product Management  |  Appregatta
Technologies, Inc.
45 Belden Place  |  San Francisco, CA 94104  |  415.391.2408

[-- Attachment #1.2: Type: text/html, Size: 466 bytes --]

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

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Export Org Mode in Wiki Format
  2009-07-15 19:30 Export Org Mode in Wiki Format Mike Malloy
@ 2009-07-15 20:28 ` Russell Adams
  2009-07-15 20:52 ` Ed Hirgelt
  2009-07-16  8:10 ` Michaël Parienti
  2 siblings, 0 replies; 5+ messages in thread
From: Russell Adams @ 2009-07-15 20:28 UTC (permalink / raw)
  To: emacs-orgmode

I used to export to Twiki via:

perl -ape 's/^\*+/"---" . "+" x length($&)/e' File.org > File.wiki

That just fixes the headlines though.

On Wed, Jul 15, 2009 at 12:30:59PM -0700, Mike Malloy wrote:
> Hello,
> I am a newbie but have done a Google search for this.
> 
> I would like to export a .org file to a Confluence wiki page.  Does anyone
> have any insight of how to do this?
> 
> 
> Thanks, Mike
> 
> -- 
> Mike Malloy  |  Senior Director of Product Management  |  Appregatta
> Technologies, Inc.
> 45 Belden Place  |  San Francisco, CA 94104  |  415.391.2408

> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode



------------------------------------------------------------------
Russell Adams                            RLAdams@AdamsInfoServ.com

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

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

* Re: Export Org Mode in Wiki Format
  2009-07-15 19:30 Export Org Mode in Wiki Format Mike Malloy
  2009-07-15 20:28 ` Russell Adams
@ 2009-07-15 20:52 ` Ed Hirgelt
  2011-02-10 18:01   ` Nick Dokos
  2009-07-16  8:10 ` Michaël Parienti
  2 siblings, 1 reply; 5+ messages in thread
From: Ed Hirgelt @ 2009-07-15 20:52 UTC (permalink / raw)
  To: Mike Malloy; +Cc: emacs-orgmode


On Jul 15, 2009, at 12:30 PM, Mike Malloy wrote:

> I would like to export a .org file to a Confluence wiki page.  Does  
> anyone have any insight of how to do this?

I'v found that exporting to HTML then visiting http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgi 
  works quite nicely.  I don't use confluence, but the MoinMoin  
conversion is reasonable.

Hope this helps,
Ed

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

* Re: Export Org Mode in Wiki Format
  2009-07-15 19:30 Export Org Mode in Wiki Format Mike Malloy
  2009-07-15 20:28 ` Russell Adams
  2009-07-15 20:52 ` Ed Hirgelt
@ 2009-07-16  8:10 ` Michaël Parienti
  2 siblings, 0 replies; 5+ messages in thread
From: Michaël Parienti @ 2009-07-16  8:10 UTC (permalink / raw)
  To: emacs-orgmode

On Wed, 15 Jul 2009 12:30:59 -0700
Mike Malloy <mike@appregatta.com> wrote:

> Hello,
> I am a newbie but have done a Google search for this.
> 
> I would like to export a .org file to a Confluence wiki page.  Does
> anyone have any insight of how to do this?

If you have the 6.28 version of org-mode, you can use the generic
export as explained here:
http://orgmode.org/Changes.html#sec-1.3.1 and here:
http://orgmode.org/worg/org-contrib/org-export-generic.php

It will require a little work,

-- 
Michaël Parienti
gpg:        D4C8 F73D A000 71C7 44EF  27E6 8982 4991 7126 3CE3

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

* Re: Export Org Mode in Wiki Format
  2009-07-15 20:52 ` Ed Hirgelt
@ 2011-02-10 18:01   ` Nick Dokos
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Dokos @ 2011-02-10 18:01 UTC (permalink / raw)
  To: emacs-orgmode

Ed Hirgelt <ehirgelt <at> gmail.com> writes:

> 
> 
> On Jul 15, 2009, at 12:30 PM, Mike Malloy wrote:
> 
> > I would like to export a .org file to a Confluence wiki page.  Does  
> > anyone have any insight of how to do this?
> 
> I'v found that exporting to HTML then visiting
> http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgi 
>   works quite nicely.  I don't use confluence, but the MoinMoin  
> conversion is reasonable.
> 

I just tried the Confluence translation of this tool on a very simple file:
headlines and a simple list were done correctly, but a simple table was not
translated at all. Obviously, YMMV.

Nick

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

end of thread, other threads:[~2011-02-10 18:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-15 19:30 Export Org Mode in Wiki Format Mike Malloy
2009-07-15 20:28 ` Russell Adams
2009-07-15 20:52 ` Ed Hirgelt
2011-02-10 18:01   ` Nick Dokos
2009-07-16  8:10 ` Michaël Parienti

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