alhassy / alhassy/org-special-block-extras

Special blocks for `.docx` export

Open
#33 6 comments 0 reactions 0 assignees View on GitHub
bug enhancement good first issue help wanted question
Dominant language
HTML
Stars
236
Forks
17
PR merge metrics
No merged PRs in 30d

Description

I am desperately trying to get special blocks to export to `.docx`, but it won't work. At first I thought I was missing the right backend, but then I came to realize the problem lays deeper. Even defining this custom block did not yield any result:

``` lisp
(org-defblock satz nil (name "" label "") "Custom block for the custom satz-environment in LaTeX."
(print "hello!"))
```
For all `.tex` and `.html`, it is replaced by "hello!" every time.

It seems to me that something is converting the block _before_ the formatting function of `org-special-blocks-extra` comes into play. What could the reason for that be, and what could you do about it?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.