emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Partial exporter from Muse to Org-mode syntax, v 0.0.1
@ 2010-04-22 23:34 Daniel Clemente
  0 siblings, 0 replies; only message in thread
From: Daniel Clemente @ 2010-04-22 23:34 UTC (permalink / raw)
  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* → /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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-22 23:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-22 23:34 Partial exporter from Muse to Org-mode syntax, v 0.0.1 Daniel Clemente

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).