Jason-S-Ross / ox-context

An Org Mode export backend for ConTeXt
13 stars 4 forks source link

with-title not properly respected #39

Open xeruf opened 2 years ago

xeruf commented 2 years ago

34 does not fully work.

With the following page settings:

#+options: title:nil author:nil toc:nil date:nil
#+context_header_extra: \setuplayout[header=0pt, margin=0cm, edge=0cm, backspace=0cm, topspace=0cm, width=fit, height=fit]

It still generates a blank space, which does not occur when the following statement is manually removed from the output:

\OrgMakeTitle
xeruf commented 2 years ago

Temporary workaround

#+context_header_extra: \define\OrgMakeTitle{}
Jason-S-Ross commented 2 years ago

Thank you for posting a workaround.