emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* a simple(r) html export format (like org-mime)
@ 2022-05-30 15:39 Uwe Brauer
  2022-05-30 21:23 ` Tim Cross
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2022-05-30 15:39 UTC (permalink / raw)
  To: emacs-orgmode


Hi

Although the vanilla html export backend produces nice html, I sometimes need a simpler solution[1], like the one produced by org-mime (which is for email). Does anybody know about such an exporter?

Thanks

Uwe Brauer 


Footnotes:
[1]  I will insert the htmlised buffer in some moodle interface, since I found its native html editor too cumbersome.

-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: a simple(r) html export format (like org-mime)
  2022-05-30 15:39 a simple(r) html export format (like org-mime) Uwe Brauer
@ 2022-05-30 21:23 ` Tim Cross
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Cross @ 2022-05-30 21:23 UTC (permalink / raw)
  To: emacs-orgmode


Uwe Brauer <oub@mat.ucm.es> writes:

> Hi
>
> Although the vanilla html export backend produces nice html, I sometimes need a
> simpler solution[1], like the one produced by org-mime (which is for email).
> Does anybody know about such an exporter?
>

You seem to be aware of htmlise and I have no other suggestions.
However, I would also recommend you test things before adopting any
specific solution. 

It sounds like you want to input HTML formatted data into a web
interface _Moodle). There will almost certainly be (or at least should
be) significant restrictions on what HTML content you are allowed to
input via such interfaces. In fact, most well written web interfaces
would escape or strip out any embedded HTML in input due to the very
real security risks such input represents. 

A lot will depend o the platform your trying to use and what options it
provides. For example, org-mode has support for uploading data to
confluence (Atlatian's team collaboration suite). This is done via a RPC
facility confluence provides and therefore can provide a nice interface.
More manual solutions might be to generate a markdown export of your org
buffer - for example, when a site uses Github markdown, you can use the
ox-gfm exporter to generate a markdown version of your contgent which
you can then cut and paste into the input area of the web interface
(assuming it supports Github markdown). 

You mentioned moodle. I would look to see what markdown flavour moodle
supports and then see if you can find a markdown exporter for org which
supports that flavour. You may at least then be able to generate
versions of your content you can cut and paste into the moodle UI.
Moodle is open source, so theoretically, you could do something more
sophisticated, given sufficient time and motivation. 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-30 21:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 15:39 a simple(r) html export format (like org-mime) Uwe Brauer
2022-05-30 21:23 ` Tim Cross

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