[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "wiki-style" to "orgmode-style"...?
From: |
Thorsten Jolitz |
Subject: |
Re: "wiki-style" to "orgmode-style"...? |
Date: |
Mon, 01 Oct 2012 19:36:12 +0200 |
User-agent: |
Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) |
Steffan <smias@yandex.com> writes:
Hi,
> I would like to import wiki-pages into an org-file without loosing the
> formation. So I'm loogking for a program that transforms the wiki-headings
> and links into the orgmode-format.
>
> Is there already a program to do this?
maybe try pandoc, it exports to org-mode from many different formats,
e.g. html
,------------------------------------------------------------------
| Location: http://johnmacfarlane.net/pandoc/
| Pandoc a universal document converter
|
| About pandoc
|
| If you need to convert files from one markup format into another,
| pandoc is your swiss-army knife. Pandoc can convert documents in
| markdown, reStructuredText, textile, HTML, DocBook, or LaTeX to
|
| * HTML formats: XHTML, HTML5, and HTML slide shows using Slidy,
| Slideous, S5, or DZSlides.
| * Word processor formats: Microsoft Word docx, OpenOffice/
| LibreOffice ODT, OpenDocument XML
| * Ebooks: EPUB
| * Documentation formats: DocBook, GNU TexInfo, Groff man pages
| * TeX formats: LaTeX, ConTeXt, LaTeX Beamer slides
| * PDF via LaTeX
| * Lightweight markup formats: Markdown, reStructuredText,
| AsciiDoc, MediaWiki markup, Emacs Org-Mode, Textile
`------------------------------------------------------------------
--
cheers,
Thorsten