From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [new exporter] 2 questions Date: Fri, 22 Feb 2013 20:04:05 +0100 Message-ID: <87liagjhlm.fsf@gmail.com> References: <87sj4ogr4b.fsf@bye.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8xuv-0004SQ-5C for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 14:04:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8xut-00035r-Hj for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 14:04:21 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:42340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8xut-00035Z-BF for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 14:04:19 -0500 Received: by mail-wi0-f179.google.com with SMTP id ez12so1142359wid.12 for ; Fri, 22 Feb 2013 11:04:18 -0800 (PST) In-Reply-To: <87sj4ogr4b.fsf@bye.fritz.box> (henry atting's message of "Fri, 22 Feb 2013 19:06:44 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: henry atting Cc: emacs-orgmode@gnu.org Hello, henry atting 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