emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Clemente <n142857@gmail.com>
To: Org-mode Org-Mode <emacs-orgmode@gnu.org>
Subject: Partial exporter from Muse to Org-mode syntax, v 0.0.1
Date: Fri, 23 Apr 2010 01:34:30 +0200	[thread overview]
Message-ID: <87fx2n9i49.fsf@gmail.com> (raw)


  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* → /italics/   and   **bold** → *bold*  correctly transformed without conflicts. Even ***bold+italics*** → */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 which were the cause for me temporarily abandoning this project…
; - ordered lists. I gave sequential order to each item (1., 2., 2.1, 2.2, 2.3, …), 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
; - <verse>,<lisp>,…: 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

                 reply	other threads:[~2010-04-22 23:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fx2n9i49.fsf@gmail.com \
    --to=n142857@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).