emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Partial exporter from Muse to Org-mode syntax, v 0.0.1


From: Daniel Clemente
Subject: [Orgmode] Partial exporter from Muse to Org-mode syntax, v 0.0.1
Date: Fri, 23 Apr 2010 01:34:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

  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 via email to

[Prev in Thread] Current Thread [Next in Thread]