Hello,

henry atting <s...@online.de> writes:

> The features are included, does this mean special block should work
> ``out of the box''? If so something like this 
>
> #+begin_multicols {2}
> #+end_multicols
>
> should work in LaTeX export (as it did flawlessly with the previous
> exporter); - but it fails.

Try:

  #+attr_latex: :options "{2}"
  #+begin_multicols
  ...
  #+end_multicols

> How do I invoke org-info.js now? `#+INFOJS_OPT:' does not work as
> expected so it must be obsolete, no?

Be sure to (require 'ox-infojs)

There should be some completion for #+INFOJS_OPT keyword with M-TAB.


Regards,

-- 
Nicolas Goaziou

Reply via email to