From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Suport for pictures? Date: Tue, 14 Aug 2007 12:08:51 +0200 Message-ID: <87y7ge2zt8.fsf@bzg.ath.cx> References: <417457b50708080157o542380d1l87e48f40504d857@mail.gmail.com> <87tzras67o.fsf@bzg.ath.cx> <417457b50708080411q31dddf7fyafdad49052ce0f5b@mail.gmail.com> <87odhiaroy.fsf@bzg.ath.cx> <417457b50708140240h3f8af7b3v58ef59d0dce120b5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKtKe-0002gq-HJ for emacs-orgmode@gnu.org; Tue, 14 Aug 2007 06:09:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKtKc-0002gX-TM for emacs-orgmode@gnu.org; Tue, 14 Aug 2007 06:09:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKtKc-0002gR-NZ for emacs-orgmode@gnu.org; Tue, 14 Aug 2007 06:08:58 -0400 Received: from hu-out-0506.google.com ([72.14.214.229]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKtKc-0004Yv-8p for emacs-orgmode@gnu.org; Tue, 14 Aug 2007 06:08:58 -0400 Received: by hu-out-0506.google.com with SMTP id 23so1528753huc for ; Tue, 14 Aug 2007 03:08:56 -0700 (PDT) In-Reply-To: <417457b50708140240h3f8af7b3v58ef59d0dce120b5@mail.gmail.com> (Johan Ekh's message of "Tue\, 14 Aug 2007 11\:40\:06 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Johan Ekh Cc: emacs-orgmode@gnu.org Hi Johan, "Johan Ekh" writes: > But how do I actually invoke the exporter? > There is no latex option available when doing an export. You can invoke it like this: M-x org-export-as-latex Also check other org-export-as-latex-* functions. I didn't bind these LaTeX-related functions to any new key because you will be able to call them from Org soon. Anyway, i'll add a hint in the comment section of the code. Thanks, -- Bastien