Jason-S-Ross / ox-context

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

#+options: author:nil date:nil unsupported #33

Closed xeruf closed 2 years ago

xeruf commented 2 years ago

Setting these options should disable including author and date, neither is respected. What does work is the following:

#+date:
#+author:

Unfortunately, it now replaces the author with my email, even though org-export-with-email is nil. Another #+email: has to be added, which I never had to do for any other backend.

Jason-S-Ross commented 2 years ago

Thanks for pointing this out. If #34 looks good to you I'll merge it into the develop branch.

xeruf commented 1 year ago

now you still need to merge this to main ^^