Musa Al-hassy

Results 49 comments of Musa Al-hassy

Thanks for your effort! I'll include it in ^_^

Thanks for letting me know! Why do you think that line should be commented out? Is it just wrong somehow?

I'll try to dedicate some time to this soon ^_^ The aim will be to scrap the existing framework in-favour of an export backend ;-)

Here is a solution that is global ---it does not narrow to `defun`-s and so it may not be ideal for your use case. This is related to issue #10....

If you have a suggested fix, I'm happy to copy-paste and put it there :-)

I am fully aware of this and already have a proposal to address it: To make `org-defblock` rely on `defmethod` instead of `defun` so that backend support is not _baked-in_,...

Hey @bastibe, the MWE really helped! With it, I got my blog going: http://alhassy.github.io/ Notable things include: + ✓ A nice blog banner + ✓ Overall nice looking HTML style...

bahahaha that's insane! ....maybe I should reconsider `fantasy`, but I really do like it ^_^ Please do add it; thanks. Perhaps, you could help me get rid of that ``...

See here https://github.com/abo-abo/hydra/wiki/Macro ;-)

Hey @arongile, adopting @DPDmancul's approach, we have a solution 😉 1. Evaluate `ospe-add-support-for-derived-backend` 2. Evaluate the following `let` to see an example in-action. ```lisp (defun ospe-add-support-for-derived-backend (new-backend parent-backend) "See subsequent...