emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [new exporter] 2 questions


From: Nicolas Goaziou
Subject: Re: [O] [new exporter] 2 questions
Date: Fri, 22 Feb 2013 20:04:05 +0100

Hello,

henry atting <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]