From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Partial exporter from Muse to Org-mode syntax, v 0.0.1 Date: Fri, 23 Apr 2010 01:34:30 +0200 Message-ID: <87fx2n9i49.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O55uc-0006O4-86 for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 19:34:26 -0400 Received: from [140.186.70.92] (port=60751 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O55ub-0006NU-3P for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 19:34:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O55uZ-0000Bf-TY for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 19:34:25 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:47146) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O55uZ-0000BE-PD for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 19:34:23 -0400 Received: by wyf19 with SMTP id 19so245501wyf.0 for ; Thu, 22 Apr 2010 16:34:22 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode Org-Mode Hi, I started to write a long time ago a Muse exporter which outputs Org = syntax. I'm now publishing it even if it's not finished, because I have not= much free time to deal with a particular problem with list exportation. It= needs heavy restructuration. Here it is: http://www.danielclemente.com/emacs/muse-orgD0.el (you may version it, clean it, repair it etc. freely) I copy an excerpt from the features list: ; Works: ; - #+TITLE:, #+AUTHOR are correctly set ; - comments are translated from ; to # ; - *italics* =E2=86=92 /italics/ and **bold** =E2=86=92 *bold* correc= tly transformed without conflicts. Even ***bold+italics*** =E2=86=92 */bold= +italics*/ ; - links: ; - implicit links: [[page]] translated to [[file:page.org][page.org]] ; - explicit links: [[like][this]] translated to [[file:like.org][this]] ; - tables: muse tables are transformed to nice org-mode tables. Headers (|= |), fields (|) and footers (|||) are respected ; - horizontal lines: ----- ; Doesn't work: ; - unordered lists. I got them more or less working except for some bugs w= hich were the cause for me temporarily abandoning this project=E2=80=A6 ; - ordered lists. I gave sequential order to each item (1., 2., 2.1, 2.2, = 2.3, =E2=80=A6), but again, there remain the same bugs as with ul ; - definition lists ; - table.el style tables ; - images: not much tested, but should be easy. Caption is adapted ; - ,,=E2=80=A6: I didn't even test them You may also find useful a sample file of Muse's syntax: http://www.danielclemente.com/emacs/sintaxis.muse -- Daniel