>>> "MN" == Max Nikulin writes:
> On 27/06/2022 19:11, Uwe Brauer wrote:
>>> [it isn't an answer for you because you want it in the menu. others
>>> will field that. and it's similar to your code.]
>> Right, I hope somebody does, because it looks rather complicated
>> when I look for it in ox.e
On 27/06/2022 19:11, Uwe Brauer wrote:
[it isn't an answer for you because you want it in the menu. others
will field that. and it's similar to your code.]
Right, I hope somebody does, because it looks rather complicated when
I look for it in ox.el
Isn't the following entry of the export m
>>> "SW" == Samuel Wales writes:
> [it isn't an answer for you because you want it in the menu. others
> will field that. and it's similar to your code.]
Right, I hope somebody does, because it looks rather complicated when I
look for it in ox.el
smime.p7s
Description: S/MIME cryptographic
this isn't an answer for you, but it might be useful for a reader for
reference or so. for exporting org subtrees to things like textboxes
on the web that accept simplified html, my own command has this at the
core:
(org-export-to-buffer format ; e.g. 'html
buf
Hi
Some time ago I asked whether it would be possible to have a simplified
html export function (basically I need it to insert it in certain moodle
forms)
I was pointed out to me by the author/maintainer of org-mode that the
following would do the trick
(defun my-org-export-to-html ()
(i