From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: HTML2Org ? Date: Wed, 31 Jul 2013 01:59:44 +0200 Message-ID: <87fvuvoaz3.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Jpi-0000bN-Jw for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 20:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4Jpc-0001iy-U5 for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 20:00:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:41492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Jpc-0001im-O4 for emacs-orgmode@gnu.org; Tue, 30 Jul 2013 19:59:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V4JpZ-0005CV-Lv for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 01:59:53 +0200 Received: from g231109059.adsl.alicedsl.de ([92.231.109.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Jul 2013 01:59:53 +0200 Received: from tjolitz by g231109059.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Jul 2013 01:59:53 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Fabrice Popineau writes: > I was wondering about something doing the reverse of the exporter: get some > fragment of Org text > from an exported HTML fragment. > However, it won't be much easier: links, macros, babel ... I guess only the > basic markup could be reversed. do you know pandoc? ,------------------------------------------------------------------------- | 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, LaTeX, or MediaWiki markup 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 | version 2 or 3, FictionBook2 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 `------------------------------------------------------------------------- http://johnmacfarlane.net/pandoc/ -- cheers, Thorsten