You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The #+description: <desc> keyword in org exports to description ="<desc>" in .toml, which is great. Sometimes, you would just like to have a summary, though, simply because you are not commited for it to occur in your post. Maybe I have overseen something, but I have not found a way to export into summary = "<sum>". in the .toml. The summary block exports into a div-block:
<div class="SUMMARY">
...
</div>
Is there a simple way to add a function which, similary to the description keyword, exports #+summary: <sum> to summary = "<sum>" in the .toml file? That would be great! And thank you for this beautiful piece of art!
The text was updated successfully, but these errors were encountered:
The
#+description: <desc>
keyword inorg
exports todescription ="<desc>"
in.toml
, which is great. Sometimes, you would just like to have a summary, though, simply because you are not commited for it to occur in your post. Maybe I have overseen something, but I have not found a way to export intosummary = "<sum>"
. in the.toml
. Thesummary
block exports into adiv
-block:Is there a simple way to add a function which, similary to the description keyword, exports
#+summary: <sum>
tosummary = "<sum>"
in the .toml file? That would be great! And thank you for this beautiful piece of art!The text was updated successfully, but these errors were encountered: