chasberry / orgmode-accessories

Add ons for orgmode
78 stars 18 forks source link

added support to arbitrary properties by removing backticks #37

Closed fkgruber closed 5 months ago

fkgruber commented 5 months ago

I noticed that I could not add the quarto property code-fold and that had to use backticks for it to show up. So I made a small change also remove the backticks from the property names. So far it seem to work fine.

chasberry commented 5 months ago

I've added some text to ox-ravel.org raise a caution about :ravel header args being fragile. I also added a user error to stop the export if nothing is produced when there were actual header/property args that should have produced YAML entries. This may cause trouble, so we may end up reverting the change.